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": "72d6dfc5-2b6d-47da-b9f9-c9951f6ba452",
  "name": "sample string 2",
  "status": "sample string 3",
  "buildingName": "sample string 4",
  "createdTs": "2025-04-03T21:24:50.9949237Z",
  "createdBy": "sample string 6",
  "modifiedTs": "2025-04-03T21:24:50.9949237Z",
  "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": "5aded7a6-9c60-4e47-b4c2-572042f8f2ef",
      "name": "sample string 2",
      "description": "sample string 3",
      "order": "sample string 4",
      "createdTs": "2025-04-03T21:24:50.9949237Z",
      "createdBy": "sample string 6",
      "modifiedTs": "2025-04-03T21:24:50.9949237Z",
      "modifiedBy": "sample string 7",
      "customerId": 8,
      "projectId": "94c5248f-5baa-4a06-8916-6c049420d006",
      "blueprints": [
        {
          "id": "241a2507-444d-499c-a540-db755b86eeea",
          "name": "sample string 2",
          "description": "sample string 3",
          "markerName": "sample string 4",
          "order": "sample string 5",
          "createdTs": "2025-04-03T21:24:50.9949237Z",
          "createdBy": "sample string 6",
          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
          "modifiedBy": "sample string 7",
          "customerId": 8,
          "isOffline": true,
          "offlineByUserId": 1,
          "offlineByUserName": "sample string 10",
          "deadline": "2025-04-03T21:24:50.9949237Z",
          "isLocked": true,
          "lockedByUserId": 1,
          "lockedByUserName": "sample string 12",
          "lockedTs": "2025-04-03T21:24:50.9949237Z",
          "buildingComponentId": "12c4f226-5d2b-473f-8ba4-d224f8f26ab8",
          "blueprintFileId": "699293cc-d60b-41dd-baf9-98a6fb17dcb7",
          "blueprintFile": {
            "id": "93cac3ec-2d84-4a04-bb3b-ab31c17128b3",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2025-04-03T21:24:50.9949237Z",
            "createdBy": "sample string 4",
            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
            "modifiedBy": "sample string 5",
            "snapshot": "QEA="
          },
          "markers": [
            {
              "id": "a5e379cb-0571-416f-9b9d-f9b86c895130",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2025-04-03T21:24:50.9949237Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2025-04-03T21:24:50.9949237Z",
              "modifiedBy": "sample string 5",
              "date": "2025-04-03T21:24:50.9949237Z",
              "customerId": 6,
              "qrId": "5b977930-d55d-4afe-a888-717b872a451f",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "f6f80f9b-3b9d-43d6-a225-fbd9459be17e",
              "markerXSolutions": [
                {
                  "id": "44596e26-9b0b-4a40-815e-df2974c8f88a",
                  "markerId": "c98d0563-2015-43cb-850f-5ef19df6cb79",
                  "solutionId": "ad7cd37b-2e16-4956-b71c-196e65b587ab",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-03T21:24:50.9949237Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    },
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    },
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "44596e26-9b0b-4a40-815e-df2974c8f88a",
                  "markerId": "c98d0563-2015-43cb-850f-5ef19df6cb79",
                  "solutionId": "ad7cd37b-2e16-4956-b71c-196e65b587ab",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-03T21:24:50.9949237Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    },
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    },
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "570ab42d-0637-43c1-b5c0-a8d2639341cc",
                  "date": "2025-04-03T21:24:50.9949237Z",
                  "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": "0b594511-377e-4200-8539-90dee509368b",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/570ab42d-0637-43c1-b5c0-a8d2639341cc"
                },
                {
                  "id": "570ab42d-0637-43c1-b5c0-a8d2639341cc",
                  "date": "2025-04-03T21:24:50.9949237Z",
                  "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": "0b594511-377e-4200-8539-90dee509368b",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/570ab42d-0637-43c1-b5c0-a8d2639341cc"
                }
              ],
              "calculateStatus": 2
            },
            {
              "id": "a5e379cb-0571-416f-9b9d-f9b86c895130",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2025-04-03T21:24:50.9949237Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2025-04-03T21:24:50.9949237Z",
              "modifiedBy": "sample string 5",
              "date": "2025-04-03T21:24:50.9949237Z",
              "customerId": 6,
              "qrId": "5b977930-d55d-4afe-a888-717b872a451f",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "f6f80f9b-3b9d-43d6-a225-fbd9459be17e",
              "markerXSolutions": [
                {
                  "id": "44596e26-9b0b-4a40-815e-df2974c8f88a",
                  "markerId": "c98d0563-2015-43cb-850f-5ef19df6cb79",
                  "solutionId": "ad7cd37b-2e16-4956-b71c-196e65b587ab",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-03T21:24:50.9949237Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    },
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    },
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "44596e26-9b0b-4a40-815e-df2974c8f88a",
                  "markerId": "c98d0563-2015-43cb-850f-5ef19df6cb79",
                  "solutionId": "ad7cd37b-2e16-4956-b71c-196e65b587ab",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-03T21:24:50.9949237Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    },
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    },
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "570ab42d-0637-43c1-b5c0-a8d2639341cc",
                  "date": "2025-04-03T21:24:50.9949237Z",
                  "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": "0b594511-377e-4200-8539-90dee509368b",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/570ab42d-0637-43c1-b5c0-a8d2639341cc"
                },
                {
                  "id": "570ab42d-0637-43c1-b5c0-a8d2639341cc",
                  "date": "2025-04-03T21:24:50.9949237Z",
                  "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": "0b594511-377e-4200-8539-90dee509368b",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/570ab42d-0637-43c1-b5c0-a8d2639341cc"
                }
              ],
              "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": "241a2507-444d-499c-a540-db755b86eeea",
          "name": "sample string 2",
          "description": "sample string 3",
          "markerName": "sample string 4",
          "order": "sample string 5",
          "createdTs": "2025-04-03T21:24:50.9949237Z",
          "createdBy": "sample string 6",
          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
          "modifiedBy": "sample string 7",
          "customerId": 8,
          "isOffline": true,
          "offlineByUserId": 1,
          "offlineByUserName": "sample string 10",
          "deadline": "2025-04-03T21:24:50.9949237Z",
          "isLocked": true,
          "lockedByUserId": 1,
          "lockedByUserName": "sample string 12",
          "lockedTs": "2025-04-03T21:24:50.9949237Z",
          "buildingComponentId": "12c4f226-5d2b-473f-8ba4-d224f8f26ab8",
          "blueprintFileId": "699293cc-d60b-41dd-baf9-98a6fb17dcb7",
          "blueprintFile": {
            "id": "93cac3ec-2d84-4a04-bb3b-ab31c17128b3",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2025-04-03T21:24:50.9949237Z",
            "createdBy": "sample string 4",
            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
            "modifiedBy": "sample string 5",
            "snapshot": "QEA="
          },
          "markers": [
            {
              "id": "a5e379cb-0571-416f-9b9d-f9b86c895130",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2025-04-03T21:24:50.9949237Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2025-04-03T21:24:50.9949237Z",
              "modifiedBy": "sample string 5",
              "date": "2025-04-03T21:24:50.9949237Z",
              "customerId": 6,
              "qrId": "5b977930-d55d-4afe-a888-717b872a451f",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "f6f80f9b-3b9d-43d6-a225-fbd9459be17e",
              "markerXSolutions": [
                {
                  "id": "44596e26-9b0b-4a40-815e-df2974c8f88a",
                  "markerId": "c98d0563-2015-43cb-850f-5ef19df6cb79",
                  "solutionId": "ad7cd37b-2e16-4956-b71c-196e65b587ab",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-03T21:24:50.9949237Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    },
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    },
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "44596e26-9b0b-4a40-815e-df2974c8f88a",
                  "markerId": "c98d0563-2015-43cb-850f-5ef19df6cb79",
                  "solutionId": "ad7cd37b-2e16-4956-b71c-196e65b587ab",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-03T21:24:50.9949237Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    },
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    },
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "570ab42d-0637-43c1-b5c0-a8d2639341cc",
                  "date": "2025-04-03T21:24:50.9949237Z",
                  "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": "0b594511-377e-4200-8539-90dee509368b",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/570ab42d-0637-43c1-b5c0-a8d2639341cc"
                },
                {
                  "id": "570ab42d-0637-43c1-b5c0-a8d2639341cc",
                  "date": "2025-04-03T21:24:50.9949237Z",
                  "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": "0b594511-377e-4200-8539-90dee509368b",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/570ab42d-0637-43c1-b5c0-a8d2639341cc"
                }
              ],
              "calculateStatus": 2
            },
            {
              "id": "a5e379cb-0571-416f-9b9d-f9b86c895130",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2025-04-03T21:24:50.9949237Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2025-04-03T21:24:50.9949237Z",
              "modifiedBy": "sample string 5",
              "date": "2025-04-03T21:24:50.9949237Z",
              "customerId": 6,
              "qrId": "5b977930-d55d-4afe-a888-717b872a451f",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "f6f80f9b-3b9d-43d6-a225-fbd9459be17e",
              "markerXSolutions": [
                {
                  "id": "44596e26-9b0b-4a40-815e-df2974c8f88a",
                  "markerId": "c98d0563-2015-43cb-850f-5ef19df6cb79",
                  "solutionId": "ad7cd37b-2e16-4956-b71c-196e65b587ab",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-03T21:24:50.9949237Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    },
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    },
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "44596e26-9b0b-4a40-815e-df2974c8f88a",
                  "markerId": "c98d0563-2015-43cb-850f-5ef19df6cb79",
                  "solutionId": "ad7cd37b-2e16-4956-b71c-196e65b587ab",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-03T21:24:50.9949237Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    },
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    },
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "570ab42d-0637-43c1-b5c0-a8d2639341cc",
                  "date": "2025-04-03T21:24:50.9949237Z",
                  "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": "0b594511-377e-4200-8539-90dee509368b",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/570ab42d-0637-43c1-b5c0-a8d2639341cc"
                },
                {
                  "id": "570ab42d-0637-43c1-b5c0-a8d2639341cc",
                  "date": "2025-04-03T21:24:50.9949237Z",
                  "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": "0b594511-377e-4200-8539-90dee509368b",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/570ab42d-0637-43c1-b5c0-a8d2639341cc"
                }
              ],
              "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": "5aded7a6-9c60-4e47-b4c2-572042f8f2ef",
      "name": "sample string 2",
      "description": "sample string 3",
      "order": "sample string 4",
      "createdTs": "2025-04-03T21:24:50.9949237Z",
      "createdBy": "sample string 6",
      "modifiedTs": "2025-04-03T21:24:50.9949237Z",
      "modifiedBy": "sample string 7",
      "customerId": 8,
      "projectId": "94c5248f-5baa-4a06-8916-6c049420d006",
      "blueprints": [
        {
          "id": "241a2507-444d-499c-a540-db755b86eeea",
          "name": "sample string 2",
          "description": "sample string 3",
          "markerName": "sample string 4",
          "order": "sample string 5",
          "createdTs": "2025-04-03T21:24:50.9949237Z",
          "createdBy": "sample string 6",
          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
          "modifiedBy": "sample string 7",
          "customerId": 8,
          "isOffline": true,
          "offlineByUserId": 1,
          "offlineByUserName": "sample string 10",
          "deadline": "2025-04-03T21:24:50.9949237Z",
          "isLocked": true,
          "lockedByUserId": 1,
          "lockedByUserName": "sample string 12",
          "lockedTs": "2025-04-03T21:24:50.9949237Z",
          "buildingComponentId": "12c4f226-5d2b-473f-8ba4-d224f8f26ab8",
          "blueprintFileId": "699293cc-d60b-41dd-baf9-98a6fb17dcb7",
          "blueprintFile": {
            "id": "93cac3ec-2d84-4a04-bb3b-ab31c17128b3",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2025-04-03T21:24:50.9949237Z",
            "createdBy": "sample string 4",
            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
            "modifiedBy": "sample string 5",
            "snapshot": "QEA="
          },
          "markers": [
            {
              "id": "a5e379cb-0571-416f-9b9d-f9b86c895130",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2025-04-03T21:24:50.9949237Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2025-04-03T21:24:50.9949237Z",
              "modifiedBy": "sample string 5",
              "date": "2025-04-03T21:24:50.9949237Z",
              "customerId": 6,
              "qrId": "5b977930-d55d-4afe-a888-717b872a451f",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "f6f80f9b-3b9d-43d6-a225-fbd9459be17e",
              "markerXSolutions": [
                {
                  "id": "44596e26-9b0b-4a40-815e-df2974c8f88a",
                  "markerId": "c98d0563-2015-43cb-850f-5ef19df6cb79",
                  "solutionId": "ad7cd37b-2e16-4956-b71c-196e65b587ab",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-03T21:24:50.9949237Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    },
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    },
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "44596e26-9b0b-4a40-815e-df2974c8f88a",
                  "markerId": "c98d0563-2015-43cb-850f-5ef19df6cb79",
                  "solutionId": "ad7cd37b-2e16-4956-b71c-196e65b587ab",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-03T21:24:50.9949237Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    },
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    },
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "570ab42d-0637-43c1-b5c0-a8d2639341cc",
                  "date": "2025-04-03T21:24:50.9949237Z",
                  "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": "0b594511-377e-4200-8539-90dee509368b",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/570ab42d-0637-43c1-b5c0-a8d2639341cc"
                },
                {
                  "id": "570ab42d-0637-43c1-b5c0-a8d2639341cc",
                  "date": "2025-04-03T21:24:50.9949237Z",
                  "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": "0b594511-377e-4200-8539-90dee509368b",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/570ab42d-0637-43c1-b5c0-a8d2639341cc"
                }
              ],
              "calculateStatus": 2
            },
            {
              "id": "a5e379cb-0571-416f-9b9d-f9b86c895130",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2025-04-03T21:24:50.9949237Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2025-04-03T21:24:50.9949237Z",
              "modifiedBy": "sample string 5",
              "date": "2025-04-03T21:24:50.9949237Z",
              "customerId": 6,
              "qrId": "5b977930-d55d-4afe-a888-717b872a451f",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "f6f80f9b-3b9d-43d6-a225-fbd9459be17e",
              "markerXSolutions": [
                {
                  "id": "44596e26-9b0b-4a40-815e-df2974c8f88a",
                  "markerId": "c98d0563-2015-43cb-850f-5ef19df6cb79",
                  "solutionId": "ad7cd37b-2e16-4956-b71c-196e65b587ab",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-03T21:24:50.9949237Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    },
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    },
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "44596e26-9b0b-4a40-815e-df2974c8f88a",
                  "markerId": "c98d0563-2015-43cb-850f-5ef19df6cb79",
                  "solutionId": "ad7cd37b-2e16-4956-b71c-196e65b587ab",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-03T21:24:50.9949237Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    },
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    },
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "570ab42d-0637-43c1-b5c0-a8d2639341cc",
                  "date": "2025-04-03T21:24:50.9949237Z",
                  "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": "0b594511-377e-4200-8539-90dee509368b",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/570ab42d-0637-43c1-b5c0-a8d2639341cc"
                },
                {
                  "id": "570ab42d-0637-43c1-b5c0-a8d2639341cc",
                  "date": "2025-04-03T21:24:50.9949237Z",
                  "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": "0b594511-377e-4200-8539-90dee509368b",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/570ab42d-0637-43c1-b5c0-a8d2639341cc"
                }
              ],
              "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": "241a2507-444d-499c-a540-db755b86eeea",
          "name": "sample string 2",
          "description": "sample string 3",
          "markerName": "sample string 4",
          "order": "sample string 5",
          "createdTs": "2025-04-03T21:24:50.9949237Z",
          "createdBy": "sample string 6",
          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
          "modifiedBy": "sample string 7",
          "customerId": 8,
          "isOffline": true,
          "offlineByUserId": 1,
          "offlineByUserName": "sample string 10",
          "deadline": "2025-04-03T21:24:50.9949237Z",
          "isLocked": true,
          "lockedByUserId": 1,
          "lockedByUserName": "sample string 12",
          "lockedTs": "2025-04-03T21:24:50.9949237Z",
          "buildingComponentId": "12c4f226-5d2b-473f-8ba4-d224f8f26ab8",
          "blueprintFileId": "699293cc-d60b-41dd-baf9-98a6fb17dcb7",
          "blueprintFile": {
            "id": "93cac3ec-2d84-4a04-bb3b-ab31c17128b3",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2025-04-03T21:24:50.9949237Z",
            "createdBy": "sample string 4",
            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
            "modifiedBy": "sample string 5",
            "snapshot": "QEA="
          },
          "markers": [
            {
              "id": "a5e379cb-0571-416f-9b9d-f9b86c895130",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2025-04-03T21:24:50.9949237Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2025-04-03T21:24:50.9949237Z",
              "modifiedBy": "sample string 5",
              "date": "2025-04-03T21:24:50.9949237Z",
              "customerId": 6,
              "qrId": "5b977930-d55d-4afe-a888-717b872a451f",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "f6f80f9b-3b9d-43d6-a225-fbd9459be17e",
              "markerXSolutions": [
                {
                  "id": "44596e26-9b0b-4a40-815e-df2974c8f88a",
                  "markerId": "c98d0563-2015-43cb-850f-5ef19df6cb79",
                  "solutionId": "ad7cd37b-2e16-4956-b71c-196e65b587ab",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-03T21:24:50.9949237Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    },
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    },
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "44596e26-9b0b-4a40-815e-df2974c8f88a",
                  "markerId": "c98d0563-2015-43cb-850f-5ef19df6cb79",
                  "solutionId": "ad7cd37b-2e16-4956-b71c-196e65b587ab",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-03T21:24:50.9949237Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    },
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    },
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "570ab42d-0637-43c1-b5c0-a8d2639341cc",
                  "date": "2025-04-03T21:24:50.9949237Z",
                  "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": "0b594511-377e-4200-8539-90dee509368b",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/570ab42d-0637-43c1-b5c0-a8d2639341cc"
                },
                {
                  "id": "570ab42d-0637-43c1-b5c0-a8d2639341cc",
                  "date": "2025-04-03T21:24:50.9949237Z",
                  "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": "0b594511-377e-4200-8539-90dee509368b",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/570ab42d-0637-43c1-b5c0-a8d2639341cc"
                }
              ],
              "calculateStatus": 2
            },
            {
              "id": "a5e379cb-0571-416f-9b9d-f9b86c895130",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2025-04-03T21:24:50.9949237Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2025-04-03T21:24:50.9949237Z",
              "modifiedBy": "sample string 5",
              "date": "2025-04-03T21:24:50.9949237Z",
              "customerId": 6,
              "qrId": "5b977930-d55d-4afe-a888-717b872a451f",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "f6f80f9b-3b9d-43d6-a225-fbd9459be17e",
              "markerXSolutions": [
                {
                  "id": "44596e26-9b0b-4a40-815e-df2974c8f88a",
                  "markerId": "c98d0563-2015-43cb-850f-5ef19df6cb79",
                  "solutionId": "ad7cd37b-2e16-4956-b71c-196e65b587ab",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-03T21:24:50.9949237Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    },
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    },
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "44596e26-9b0b-4a40-815e-df2974c8f88a",
                  "markerId": "c98d0563-2015-43cb-850f-5ef19df6cb79",
                  "solutionId": "ad7cd37b-2e16-4956-b71c-196e65b587ab",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-03T21:24:50.9949237Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "874a6720-e590-451f-b853-5d4bda15c175",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "4833afe9-4645-4ece-a3b0-1d0b5d9382d6",
                      "qrLogAttributeListValue": {
                        "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                        "description": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                        "qrLogAttribute": {
                          "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                          "code": "sample string 2",
                          "createdTs": "2025-04-03T21:24:50.9949237Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                          "qrLogAttributeClass": {
                            "id": "7a813011-a946-4834-8e43-facb75257bd3",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ]
                      },
                      "markerXSolutionsId": "091ca942-da0e-419d-ac40-b1dea0418d9c",
                      "qrLogAttributeId": "43c35b7e-2267-47eb-bf3c-e75d34ebce46",
                      "qrLogAttribute": {
                        "id": "e1323748-aba8-4a36-b94e-b12eec4fb584",
                        "code": "sample string 2",
                        "createdTs": "2025-04-03T21:24:50.9949237Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "8f5338aa-f596-4610-811d-a9a0ab844bc2",
                        "qrLogAttributeClass": {
                          "id": "7a813011-a946-4834-8e43-facb75257bd3",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            },
                            {
                              "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          },
                          {
                            "id": "156b949c-c262-4d18-9448-8a6c53c9c760",
                            "description": "sample string 2",
                            "createdTs": "2025-04-03T21:24:50.9949237Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-03T21:24:50.9949237Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "cc3a869f-68d4-4d2a-adac-d6c27cbef5d7",
                            "translations": [
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              },
                              {
                                "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          },
                          {
                            "id": "1c9e7bf0-2c07-408f-86d8-d282eb33f935",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "0b5c75e1-5083-4f5b-9f7c-53c87f460628"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "310e2761-c95d-4d85-842a-f5b71132187d",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    },
                    {
                      "id": "c2a79be3-37ca-4e8d-a6af-5f108b8ef29f",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-03T21:24:50.9949237Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "b3971009-090c-40ff-82f1-8964eb1373b2",
                      "reportId": "db0a1de3-2e55-4fc6-8c0f-64f9f683b497",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/c2a79be3-37ca-4e8d-a6af-5f108b8ef29f"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    },
                    {
                      "id": "e6ab8efd-4bb6-4d65-bece-804226c8c285",
                      "markerXSolutionsId": "6d7631dd-a674-4e03-b576-4ef33b601efe",
                      "productId": "201f793d-31b3-4e2f-8a62-a930b5c9e9fa"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "570ab42d-0637-43c1-b5c0-a8d2639341cc",
                  "date": "2025-04-03T21:24:50.9949237Z",
                  "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": "0b594511-377e-4200-8539-90dee509368b",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/570ab42d-0637-43c1-b5c0-a8d2639341cc"
                },
                {
                  "id": "570ab42d-0637-43c1-b5c0-a8d2639341cc",
                  "date": "2025-04-03T21:24:50.9949237Z",
                  "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": "0b594511-377e-4200-8539-90dee509368b",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/570ab42d-0637-43c1-b5c0-a8d2639341cc"
                }
              ],
              "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/72d6dfc5-2b6d-47da-b9f9-c9951f6ba452"
}

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.