POST api/BuildingComponents

Request Information

URI Parameters

None.

Body Parameters

BuildingComponent
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Description

string

None.

Order

string

None.

CreatedTs

date

None.

CreatedBy

string

None.

ModifiedTs

date

None.

ModifiedBy

string

None.

CustomerId

integer

None.

ProjectId

globally unique identifier

None.

Project

Project

None.

Blueprints

Collection of Blueprint

None.

Installers

Collection of Installer

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "fed8ae1c-cccf-44e5-b4dc-60b81acd5b44",
  "name": "sample string 2",
  "description": "sample string 3",
  "order": "sample string 4",
  "createdTs": "2025-04-04T00:52:40.4614378Z",
  "createdBy": "sample string 6",
  "modifiedTs": "2025-04-04T00:52:40.4614378Z",
  "modifiedBy": "sample string 7",
  "customerId": 8,
  "projectId": "e60e8a26-4d22-42fc-9464-8008a60341fb",
  "project": {
    "id": "563d4810-f2bb-4097-809a-04297a7b312c",
    "name": "sample string 2",
    "status": "sample string 3",
    "buildingName": "sample string 4",
    "createdTs": "2025-04-04T00:52:40.4614378Z",
    "createdBy": "sample string 6",
    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
    "modifiedBy": "sample string 7",
    "customerId": 8,
    "image": "sample string 9",
    "street": "sample string 10",
    "no": "sample string 11",
    "postalCode": "sample string 12",
    "city": "sample string 13",
    "country": "sample string 14",
    "contactName": "sample string 15",
    "contactFunction": "sample string 16",
    "mobile": "sample string 17",
    "email": "sample string 18",
    "buildingComponents": [],
    "isDeleted": true,
    "installers": [
      {
        "id": 1,
        "firstname": "sample string 2",
        "name": "sample string 3"
      },
      {
        "id": 1,
        "firstname": "sample string 2",
        "name": "sample string 3"
      }
    ],
    "link": "https://firelog-api.ipcom.be/api/DownloadImage/563d4810-f2bb-4097-809a-04297a7b312c"
  },
  "blueprints": [
    {
      "id": "0b5d7309-3c4f-4311-b379-6a92d2ba4d6d",
      "name": "sample string 2",
      "description": "sample string 3",
      "markerName": "sample string 4",
      "order": "sample string 5",
      "createdTs": "2025-04-04T00:52:40.4614378Z",
      "createdBy": "sample string 6",
      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
      "modifiedBy": "sample string 7",
      "customerId": 8,
      "isOffline": true,
      "offlineByUserId": 1,
      "offlineByUserName": "sample string 10",
      "deadline": "2025-04-04T00:52:40.4614378Z",
      "isLocked": true,
      "lockedByUserId": 1,
      "lockedByUserName": "sample string 12",
      "lockedTs": "2025-04-04T00:52:40.4614378Z",
      "buildingComponentId": "49a5d0dc-6a92-4e69-9fa3-bc6c9b50359d",
      "blueprintFileId": "87cc38ca-d181-4e2b-a457-2a0b9d125fac",
      "blueprintFile": {
        "id": "23e12c85-6fe9-461f-aa87-15da5cde5d4b",
        "name": "sample string 2",
        "content": "sample string 3",
        "createdTs": "2025-04-04T00:52:40.4614378Z",
        "createdBy": "sample string 4",
        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
        "modifiedBy": "sample string 5",
        "snapshot": "QEA="
      },
      "markers": [
        {
          "id": "f24bb2fe-9b16-4777-8dd8-4c036e94a097",
          "number": 2,
          "label": "sample string 3",
          "coordX": 1.0,
          "coordY": 1.0,
          "coordX2": 1.0,
          "coordY2": 1.0,
          "createdTs": "2025-04-04T00:52:40.4614378Z",
          "createdBy": "sample string 4",
          "modifiedTs": "2025-04-04T00:52:40.4614378Z",
          "modifiedBy": "sample string 5",
          "date": "2025-04-04T00:52:40.4614378Z",
          "customerId": 6,
          "qrId": "1c19662d-1ccb-4ec7-97f9-fa4629dc690e",
          "comments": "sample string 7",
          "status": "sample string 8",
          "manualStatus": 1,
          "installerId": 1,
          "installer": {
            "id": 1,
            "firstname": "sample string 2",
            "name": "sample string 3"
          },
          "blueprintId": "ba2b4a27-dd8c-4b3a-8efd-f538f7325cc2",
          "markerXSolutions": [
            {
              "id": "09d790a7-80f0-4468-aca6-fad89506e3dd",
              "markerId": "f6f6d1b7-af03-4325-9155-ec02fc68f77c",
              "solutionId": "4e8bae25-fffc-460c-ab0f-162133f1cb8f",
              "amount": 3,
              "diameter": 4,
              "unit": "sample string 5",
              "width": 6,
              "height": 7,
              "length": 8,
              "comments": "sample string 9",
              "createdTs": "2025-04-04T00:52:40.4614378Z",
              "qrLogAttributeXMarkerXSolutions": [
                {
                  "id": "59f05125-5b1c-4075-8d03-b5a90d158c12",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9bd361a4-647c-4829-843c-d1915c44a9ac",
                  "qrLogAttributeListValue": {
                    "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                    "description": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                    "qrLogAttribute": {
                      "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                      "code": "sample string 2",
                      "createdTs": "2025-04-04T00:52:40.4614378Z",
                      "createdBy": "sample string 3",
                      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                      "modifiedBy": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                      "qrLogAttributeClass": {
                        "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ],
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                      "taxonomyNameGeneric": "sample string 8"
                    },
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8a501f92-099f-4008-869e-c03fa3d3ff18",
                  "qrLogAttributeId": "9c126fba-49c1-4d70-aa13-7d2dfe293db3",
                  "qrLogAttribute": {
                    "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                    "code": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                    "qrLogAttributeClass": {
                      "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ],
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                    "taxonomyNameGeneric": "sample string 8"
                  }
                },
                {
                  "id": "59f05125-5b1c-4075-8d03-b5a90d158c12",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9bd361a4-647c-4829-843c-d1915c44a9ac",
                  "qrLogAttributeListValue": {
                    "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                    "description": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                    "qrLogAttribute": {
                      "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                      "code": "sample string 2",
                      "createdTs": "2025-04-04T00:52:40.4614378Z",
                      "createdBy": "sample string 3",
                      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                      "modifiedBy": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                      "qrLogAttributeClass": {
                        "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ],
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                      "taxonomyNameGeneric": "sample string 8"
                    },
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8a501f92-099f-4008-869e-c03fa3d3ff18",
                  "qrLogAttributeId": "9c126fba-49c1-4d70-aa13-7d2dfe293db3",
                  "qrLogAttribute": {
                    "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                    "code": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                    "qrLogAttributeClass": {
                      "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ],
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                    "taxonomyNameGeneric": "sample string 8"
                  }
                }
              ],
              "attachments": [
                {
                  "id": "0f3cc9b7-0315-452a-aeb9-99ed6e04ee77",
                  "name": "sample string 2",
                  "content": "sample string 3",
                  "createdTs": "2025-04-04T00:52:40.4614378Z",
                  "createdBy": "sample string 5",
                  "approved": true,
                  "markerXSolutionsId": "18c4e984-11b2-41a8-aaf1-64d4f23fffc9",
                  "reportId": "51019cd8-14db-43d3-89a2-d41e33cf5500",
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3cc9b7-0315-452a-aeb9-99ed6e04ee77"
                },
                {
                  "id": "0f3cc9b7-0315-452a-aeb9-99ed6e04ee77",
                  "name": "sample string 2",
                  "content": "sample string 3",
                  "createdTs": "2025-04-04T00:52:40.4614378Z",
                  "createdBy": "sample string 5",
                  "approved": true,
                  "markerXSolutionsId": "18c4e984-11b2-41a8-aaf1-64d4f23fffc9",
                  "reportId": "51019cd8-14db-43d3-89a2-d41e33cf5500",
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3cc9b7-0315-452a-aeb9-99ed6e04ee77"
                }
              ],
              "selectedProducts": [
                {
                  "id": "3717fd09-1009-4374-ab0b-7059a4671b24",
                  "markerXSolutionsId": "8448a270-0967-41a0-878c-9426145281f2",
                  "productId": "136cb7a5-607b-4232-83a0-3f4654767b06"
                },
                {
                  "id": "3717fd09-1009-4374-ab0b-7059a4671b24",
                  "markerXSolutionsId": "8448a270-0967-41a0-878c-9426145281f2",
                  "productId": "136cb7a5-607b-4232-83a0-3f4654767b06"
                }
              ],
              "isApproved": 2
            },
            {
              "id": "09d790a7-80f0-4468-aca6-fad89506e3dd",
              "markerId": "f6f6d1b7-af03-4325-9155-ec02fc68f77c",
              "solutionId": "4e8bae25-fffc-460c-ab0f-162133f1cb8f",
              "amount": 3,
              "diameter": 4,
              "unit": "sample string 5",
              "width": 6,
              "height": 7,
              "length": 8,
              "comments": "sample string 9",
              "createdTs": "2025-04-04T00:52:40.4614378Z",
              "qrLogAttributeXMarkerXSolutions": [
                {
                  "id": "59f05125-5b1c-4075-8d03-b5a90d158c12",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9bd361a4-647c-4829-843c-d1915c44a9ac",
                  "qrLogAttributeListValue": {
                    "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                    "description": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                    "qrLogAttribute": {
                      "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                      "code": "sample string 2",
                      "createdTs": "2025-04-04T00:52:40.4614378Z",
                      "createdBy": "sample string 3",
                      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                      "modifiedBy": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                      "qrLogAttributeClass": {
                        "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ],
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                      "taxonomyNameGeneric": "sample string 8"
                    },
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8a501f92-099f-4008-869e-c03fa3d3ff18",
                  "qrLogAttributeId": "9c126fba-49c1-4d70-aa13-7d2dfe293db3",
                  "qrLogAttribute": {
                    "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                    "code": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                    "qrLogAttributeClass": {
                      "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ],
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                    "taxonomyNameGeneric": "sample string 8"
                  }
                },
                {
                  "id": "59f05125-5b1c-4075-8d03-b5a90d158c12",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9bd361a4-647c-4829-843c-d1915c44a9ac",
                  "qrLogAttributeListValue": {
                    "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                    "description": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                    "qrLogAttribute": {
                      "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                      "code": "sample string 2",
                      "createdTs": "2025-04-04T00:52:40.4614378Z",
                      "createdBy": "sample string 3",
                      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                      "modifiedBy": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                      "qrLogAttributeClass": {
                        "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ],
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                      "taxonomyNameGeneric": "sample string 8"
                    },
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8a501f92-099f-4008-869e-c03fa3d3ff18",
                  "qrLogAttributeId": "9c126fba-49c1-4d70-aa13-7d2dfe293db3",
                  "qrLogAttribute": {
                    "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                    "code": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                    "qrLogAttributeClass": {
                      "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ],
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                    "taxonomyNameGeneric": "sample string 8"
                  }
                }
              ],
              "attachments": [
                {
                  "id": "0f3cc9b7-0315-452a-aeb9-99ed6e04ee77",
                  "name": "sample string 2",
                  "content": "sample string 3",
                  "createdTs": "2025-04-04T00:52:40.4614378Z",
                  "createdBy": "sample string 5",
                  "approved": true,
                  "markerXSolutionsId": "18c4e984-11b2-41a8-aaf1-64d4f23fffc9",
                  "reportId": "51019cd8-14db-43d3-89a2-d41e33cf5500",
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3cc9b7-0315-452a-aeb9-99ed6e04ee77"
                },
                {
                  "id": "0f3cc9b7-0315-452a-aeb9-99ed6e04ee77",
                  "name": "sample string 2",
                  "content": "sample string 3",
                  "createdTs": "2025-04-04T00:52:40.4614378Z",
                  "createdBy": "sample string 5",
                  "approved": true,
                  "markerXSolutionsId": "18c4e984-11b2-41a8-aaf1-64d4f23fffc9",
                  "reportId": "51019cd8-14db-43d3-89a2-d41e33cf5500",
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3cc9b7-0315-452a-aeb9-99ed6e04ee77"
                }
              ],
              "selectedProducts": [
                {
                  "id": "3717fd09-1009-4374-ab0b-7059a4671b24",
                  "markerXSolutionsId": "8448a270-0967-41a0-878c-9426145281f2",
                  "productId": "136cb7a5-607b-4232-83a0-3f4654767b06"
                },
                {
                  "id": "3717fd09-1009-4374-ab0b-7059a4671b24",
                  "markerXSolutionsId": "8448a270-0967-41a0-878c-9426145281f2",
                  "productId": "136cb7a5-607b-4232-83a0-3f4654767b06"
                }
              ],
              "isApproved": 2
            }
          ],
          "reports": [
            {
              "id": "c7eb9bc0-fbcd-4191-b09d-6dec3d25a09f",
              "date": "2025-04-04T00:52:40.4614378Z",
              "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": "3813e7e8-d98e-4e2f-b845-bafbd423d9cc",
              "isDeleted": true,
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/c7eb9bc0-fbcd-4191-b09d-6dec3d25a09f"
            },
            {
              "id": "c7eb9bc0-fbcd-4191-b09d-6dec3d25a09f",
              "date": "2025-04-04T00:52:40.4614378Z",
              "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": "3813e7e8-d98e-4e2f-b845-bafbd423d9cc",
              "isDeleted": true,
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/c7eb9bc0-fbcd-4191-b09d-6dec3d25a09f"
            }
          ],
          "calculateStatus": 2
        },
        {
          "id": "f24bb2fe-9b16-4777-8dd8-4c036e94a097",
          "number": 2,
          "label": "sample string 3",
          "coordX": 1.0,
          "coordY": 1.0,
          "coordX2": 1.0,
          "coordY2": 1.0,
          "createdTs": "2025-04-04T00:52:40.4614378Z",
          "createdBy": "sample string 4",
          "modifiedTs": "2025-04-04T00:52:40.4614378Z",
          "modifiedBy": "sample string 5",
          "date": "2025-04-04T00:52:40.4614378Z",
          "customerId": 6,
          "qrId": "1c19662d-1ccb-4ec7-97f9-fa4629dc690e",
          "comments": "sample string 7",
          "status": "sample string 8",
          "manualStatus": 1,
          "installerId": 1,
          "installer": {
            "id": 1,
            "firstname": "sample string 2",
            "name": "sample string 3"
          },
          "blueprintId": "ba2b4a27-dd8c-4b3a-8efd-f538f7325cc2",
          "markerXSolutions": [
            {
              "id": "09d790a7-80f0-4468-aca6-fad89506e3dd",
              "markerId": "f6f6d1b7-af03-4325-9155-ec02fc68f77c",
              "solutionId": "4e8bae25-fffc-460c-ab0f-162133f1cb8f",
              "amount": 3,
              "diameter": 4,
              "unit": "sample string 5",
              "width": 6,
              "height": 7,
              "length": 8,
              "comments": "sample string 9",
              "createdTs": "2025-04-04T00:52:40.4614378Z",
              "qrLogAttributeXMarkerXSolutions": [
                {
                  "id": "59f05125-5b1c-4075-8d03-b5a90d158c12",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9bd361a4-647c-4829-843c-d1915c44a9ac",
                  "qrLogAttributeListValue": {
                    "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                    "description": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                    "qrLogAttribute": {
                      "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                      "code": "sample string 2",
                      "createdTs": "2025-04-04T00:52:40.4614378Z",
                      "createdBy": "sample string 3",
                      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                      "modifiedBy": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                      "qrLogAttributeClass": {
                        "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ],
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                      "taxonomyNameGeneric": "sample string 8"
                    },
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8a501f92-099f-4008-869e-c03fa3d3ff18",
                  "qrLogAttributeId": "9c126fba-49c1-4d70-aa13-7d2dfe293db3",
                  "qrLogAttribute": {
                    "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                    "code": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                    "qrLogAttributeClass": {
                      "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ],
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                    "taxonomyNameGeneric": "sample string 8"
                  }
                },
                {
                  "id": "59f05125-5b1c-4075-8d03-b5a90d158c12",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9bd361a4-647c-4829-843c-d1915c44a9ac",
                  "qrLogAttributeListValue": {
                    "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                    "description": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                    "qrLogAttribute": {
                      "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                      "code": "sample string 2",
                      "createdTs": "2025-04-04T00:52:40.4614378Z",
                      "createdBy": "sample string 3",
                      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                      "modifiedBy": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                      "qrLogAttributeClass": {
                        "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ],
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                      "taxonomyNameGeneric": "sample string 8"
                    },
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8a501f92-099f-4008-869e-c03fa3d3ff18",
                  "qrLogAttributeId": "9c126fba-49c1-4d70-aa13-7d2dfe293db3",
                  "qrLogAttribute": {
                    "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                    "code": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                    "qrLogAttributeClass": {
                      "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ],
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                    "taxonomyNameGeneric": "sample string 8"
                  }
                }
              ],
              "attachments": [
                {
                  "id": "0f3cc9b7-0315-452a-aeb9-99ed6e04ee77",
                  "name": "sample string 2",
                  "content": "sample string 3",
                  "createdTs": "2025-04-04T00:52:40.4614378Z",
                  "createdBy": "sample string 5",
                  "approved": true,
                  "markerXSolutionsId": "18c4e984-11b2-41a8-aaf1-64d4f23fffc9",
                  "reportId": "51019cd8-14db-43d3-89a2-d41e33cf5500",
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3cc9b7-0315-452a-aeb9-99ed6e04ee77"
                },
                {
                  "id": "0f3cc9b7-0315-452a-aeb9-99ed6e04ee77",
                  "name": "sample string 2",
                  "content": "sample string 3",
                  "createdTs": "2025-04-04T00:52:40.4614378Z",
                  "createdBy": "sample string 5",
                  "approved": true,
                  "markerXSolutionsId": "18c4e984-11b2-41a8-aaf1-64d4f23fffc9",
                  "reportId": "51019cd8-14db-43d3-89a2-d41e33cf5500",
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3cc9b7-0315-452a-aeb9-99ed6e04ee77"
                }
              ],
              "selectedProducts": [
                {
                  "id": "3717fd09-1009-4374-ab0b-7059a4671b24",
                  "markerXSolutionsId": "8448a270-0967-41a0-878c-9426145281f2",
                  "productId": "136cb7a5-607b-4232-83a0-3f4654767b06"
                },
                {
                  "id": "3717fd09-1009-4374-ab0b-7059a4671b24",
                  "markerXSolutionsId": "8448a270-0967-41a0-878c-9426145281f2",
                  "productId": "136cb7a5-607b-4232-83a0-3f4654767b06"
                }
              ],
              "isApproved": 2
            },
            {
              "id": "09d790a7-80f0-4468-aca6-fad89506e3dd",
              "markerId": "f6f6d1b7-af03-4325-9155-ec02fc68f77c",
              "solutionId": "4e8bae25-fffc-460c-ab0f-162133f1cb8f",
              "amount": 3,
              "diameter": 4,
              "unit": "sample string 5",
              "width": 6,
              "height": 7,
              "length": 8,
              "comments": "sample string 9",
              "createdTs": "2025-04-04T00:52:40.4614378Z",
              "qrLogAttributeXMarkerXSolutions": [
                {
                  "id": "59f05125-5b1c-4075-8d03-b5a90d158c12",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9bd361a4-647c-4829-843c-d1915c44a9ac",
                  "qrLogAttributeListValue": {
                    "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                    "description": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                    "qrLogAttribute": {
                      "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                      "code": "sample string 2",
                      "createdTs": "2025-04-04T00:52:40.4614378Z",
                      "createdBy": "sample string 3",
                      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                      "modifiedBy": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                      "qrLogAttributeClass": {
                        "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ],
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                      "taxonomyNameGeneric": "sample string 8"
                    },
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8a501f92-099f-4008-869e-c03fa3d3ff18",
                  "qrLogAttributeId": "9c126fba-49c1-4d70-aa13-7d2dfe293db3",
                  "qrLogAttribute": {
                    "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                    "code": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                    "qrLogAttributeClass": {
                      "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ],
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                    "taxonomyNameGeneric": "sample string 8"
                  }
                },
                {
                  "id": "59f05125-5b1c-4075-8d03-b5a90d158c12",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9bd361a4-647c-4829-843c-d1915c44a9ac",
                  "qrLogAttributeListValue": {
                    "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                    "description": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                    "qrLogAttribute": {
                      "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                      "code": "sample string 2",
                      "createdTs": "2025-04-04T00:52:40.4614378Z",
                      "createdBy": "sample string 3",
                      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                      "modifiedBy": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                      "qrLogAttributeClass": {
                        "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ],
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                      "taxonomyNameGeneric": "sample string 8"
                    },
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8a501f92-099f-4008-869e-c03fa3d3ff18",
                  "qrLogAttributeId": "9c126fba-49c1-4d70-aa13-7d2dfe293db3",
                  "qrLogAttribute": {
                    "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                    "code": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                    "qrLogAttributeClass": {
                      "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ],
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                    "taxonomyNameGeneric": "sample string 8"
                  }
                }
              ],
              "attachments": [
                {
                  "id": "0f3cc9b7-0315-452a-aeb9-99ed6e04ee77",
                  "name": "sample string 2",
                  "content": "sample string 3",
                  "createdTs": "2025-04-04T00:52:40.4614378Z",
                  "createdBy": "sample string 5",
                  "approved": true,
                  "markerXSolutionsId": "18c4e984-11b2-41a8-aaf1-64d4f23fffc9",
                  "reportId": "51019cd8-14db-43d3-89a2-d41e33cf5500",
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3cc9b7-0315-452a-aeb9-99ed6e04ee77"
                },
                {
                  "id": "0f3cc9b7-0315-452a-aeb9-99ed6e04ee77",
                  "name": "sample string 2",
                  "content": "sample string 3",
                  "createdTs": "2025-04-04T00:52:40.4614378Z",
                  "createdBy": "sample string 5",
                  "approved": true,
                  "markerXSolutionsId": "18c4e984-11b2-41a8-aaf1-64d4f23fffc9",
                  "reportId": "51019cd8-14db-43d3-89a2-d41e33cf5500",
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3cc9b7-0315-452a-aeb9-99ed6e04ee77"
                }
              ],
              "selectedProducts": [
                {
                  "id": "3717fd09-1009-4374-ab0b-7059a4671b24",
                  "markerXSolutionsId": "8448a270-0967-41a0-878c-9426145281f2",
                  "productId": "136cb7a5-607b-4232-83a0-3f4654767b06"
                },
                {
                  "id": "3717fd09-1009-4374-ab0b-7059a4671b24",
                  "markerXSolutionsId": "8448a270-0967-41a0-878c-9426145281f2",
                  "productId": "136cb7a5-607b-4232-83a0-3f4654767b06"
                }
              ],
              "isApproved": 2
            }
          ],
          "reports": [
            {
              "id": "c7eb9bc0-fbcd-4191-b09d-6dec3d25a09f",
              "date": "2025-04-04T00:52:40.4614378Z",
              "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": "3813e7e8-d98e-4e2f-b845-bafbd423d9cc",
              "isDeleted": true,
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/c7eb9bc0-fbcd-4191-b09d-6dec3d25a09f"
            },
            {
              "id": "c7eb9bc0-fbcd-4191-b09d-6dec3d25a09f",
              "date": "2025-04-04T00:52:40.4614378Z",
              "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": "3813e7e8-d98e-4e2f-b845-bafbd423d9cc",
              "isDeleted": true,
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/c7eb9bc0-fbcd-4191-b09d-6dec3d25a09f"
            }
          ],
          "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": "0b5d7309-3c4f-4311-b379-6a92d2ba4d6d",
      "name": "sample string 2",
      "description": "sample string 3",
      "markerName": "sample string 4",
      "order": "sample string 5",
      "createdTs": "2025-04-04T00:52:40.4614378Z",
      "createdBy": "sample string 6",
      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
      "modifiedBy": "sample string 7",
      "customerId": 8,
      "isOffline": true,
      "offlineByUserId": 1,
      "offlineByUserName": "sample string 10",
      "deadline": "2025-04-04T00:52:40.4614378Z",
      "isLocked": true,
      "lockedByUserId": 1,
      "lockedByUserName": "sample string 12",
      "lockedTs": "2025-04-04T00:52:40.4614378Z",
      "buildingComponentId": "49a5d0dc-6a92-4e69-9fa3-bc6c9b50359d",
      "blueprintFileId": "87cc38ca-d181-4e2b-a457-2a0b9d125fac",
      "blueprintFile": {
        "id": "23e12c85-6fe9-461f-aa87-15da5cde5d4b",
        "name": "sample string 2",
        "content": "sample string 3",
        "createdTs": "2025-04-04T00:52:40.4614378Z",
        "createdBy": "sample string 4",
        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
        "modifiedBy": "sample string 5",
        "snapshot": "QEA="
      },
      "markers": [
        {
          "id": "f24bb2fe-9b16-4777-8dd8-4c036e94a097",
          "number": 2,
          "label": "sample string 3",
          "coordX": 1.0,
          "coordY": 1.0,
          "coordX2": 1.0,
          "coordY2": 1.0,
          "createdTs": "2025-04-04T00:52:40.4614378Z",
          "createdBy": "sample string 4",
          "modifiedTs": "2025-04-04T00:52:40.4614378Z",
          "modifiedBy": "sample string 5",
          "date": "2025-04-04T00:52:40.4614378Z",
          "customerId": 6,
          "qrId": "1c19662d-1ccb-4ec7-97f9-fa4629dc690e",
          "comments": "sample string 7",
          "status": "sample string 8",
          "manualStatus": 1,
          "installerId": 1,
          "installer": {
            "id": 1,
            "firstname": "sample string 2",
            "name": "sample string 3"
          },
          "blueprintId": "ba2b4a27-dd8c-4b3a-8efd-f538f7325cc2",
          "markerXSolutions": [
            {
              "id": "09d790a7-80f0-4468-aca6-fad89506e3dd",
              "markerId": "f6f6d1b7-af03-4325-9155-ec02fc68f77c",
              "solutionId": "4e8bae25-fffc-460c-ab0f-162133f1cb8f",
              "amount": 3,
              "diameter": 4,
              "unit": "sample string 5",
              "width": 6,
              "height": 7,
              "length": 8,
              "comments": "sample string 9",
              "createdTs": "2025-04-04T00:52:40.4614378Z",
              "qrLogAttributeXMarkerXSolutions": [
                {
                  "id": "59f05125-5b1c-4075-8d03-b5a90d158c12",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9bd361a4-647c-4829-843c-d1915c44a9ac",
                  "qrLogAttributeListValue": {
                    "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                    "description": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                    "qrLogAttribute": {
                      "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                      "code": "sample string 2",
                      "createdTs": "2025-04-04T00:52:40.4614378Z",
                      "createdBy": "sample string 3",
                      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                      "modifiedBy": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                      "qrLogAttributeClass": {
                        "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ],
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                      "taxonomyNameGeneric": "sample string 8"
                    },
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8a501f92-099f-4008-869e-c03fa3d3ff18",
                  "qrLogAttributeId": "9c126fba-49c1-4d70-aa13-7d2dfe293db3",
                  "qrLogAttribute": {
                    "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                    "code": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                    "qrLogAttributeClass": {
                      "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ],
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                    "taxonomyNameGeneric": "sample string 8"
                  }
                },
                {
                  "id": "59f05125-5b1c-4075-8d03-b5a90d158c12",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9bd361a4-647c-4829-843c-d1915c44a9ac",
                  "qrLogAttributeListValue": {
                    "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                    "description": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                    "qrLogAttribute": {
                      "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                      "code": "sample string 2",
                      "createdTs": "2025-04-04T00:52:40.4614378Z",
                      "createdBy": "sample string 3",
                      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                      "modifiedBy": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                      "qrLogAttributeClass": {
                        "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ],
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                      "taxonomyNameGeneric": "sample string 8"
                    },
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8a501f92-099f-4008-869e-c03fa3d3ff18",
                  "qrLogAttributeId": "9c126fba-49c1-4d70-aa13-7d2dfe293db3",
                  "qrLogAttribute": {
                    "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                    "code": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                    "qrLogAttributeClass": {
                      "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ],
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                    "taxonomyNameGeneric": "sample string 8"
                  }
                }
              ],
              "attachments": [
                {
                  "id": "0f3cc9b7-0315-452a-aeb9-99ed6e04ee77",
                  "name": "sample string 2",
                  "content": "sample string 3",
                  "createdTs": "2025-04-04T00:52:40.4614378Z",
                  "createdBy": "sample string 5",
                  "approved": true,
                  "markerXSolutionsId": "18c4e984-11b2-41a8-aaf1-64d4f23fffc9",
                  "reportId": "51019cd8-14db-43d3-89a2-d41e33cf5500",
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3cc9b7-0315-452a-aeb9-99ed6e04ee77"
                },
                {
                  "id": "0f3cc9b7-0315-452a-aeb9-99ed6e04ee77",
                  "name": "sample string 2",
                  "content": "sample string 3",
                  "createdTs": "2025-04-04T00:52:40.4614378Z",
                  "createdBy": "sample string 5",
                  "approved": true,
                  "markerXSolutionsId": "18c4e984-11b2-41a8-aaf1-64d4f23fffc9",
                  "reportId": "51019cd8-14db-43d3-89a2-d41e33cf5500",
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3cc9b7-0315-452a-aeb9-99ed6e04ee77"
                }
              ],
              "selectedProducts": [
                {
                  "id": "3717fd09-1009-4374-ab0b-7059a4671b24",
                  "markerXSolutionsId": "8448a270-0967-41a0-878c-9426145281f2",
                  "productId": "136cb7a5-607b-4232-83a0-3f4654767b06"
                },
                {
                  "id": "3717fd09-1009-4374-ab0b-7059a4671b24",
                  "markerXSolutionsId": "8448a270-0967-41a0-878c-9426145281f2",
                  "productId": "136cb7a5-607b-4232-83a0-3f4654767b06"
                }
              ],
              "isApproved": 2
            },
            {
              "id": "09d790a7-80f0-4468-aca6-fad89506e3dd",
              "markerId": "f6f6d1b7-af03-4325-9155-ec02fc68f77c",
              "solutionId": "4e8bae25-fffc-460c-ab0f-162133f1cb8f",
              "amount": 3,
              "diameter": 4,
              "unit": "sample string 5",
              "width": 6,
              "height": 7,
              "length": 8,
              "comments": "sample string 9",
              "createdTs": "2025-04-04T00:52:40.4614378Z",
              "qrLogAttributeXMarkerXSolutions": [
                {
                  "id": "59f05125-5b1c-4075-8d03-b5a90d158c12",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9bd361a4-647c-4829-843c-d1915c44a9ac",
                  "qrLogAttributeListValue": {
                    "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                    "description": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                    "qrLogAttribute": {
                      "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                      "code": "sample string 2",
                      "createdTs": "2025-04-04T00:52:40.4614378Z",
                      "createdBy": "sample string 3",
                      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                      "modifiedBy": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                      "qrLogAttributeClass": {
                        "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ],
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                      "taxonomyNameGeneric": "sample string 8"
                    },
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8a501f92-099f-4008-869e-c03fa3d3ff18",
                  "qrLogAttributeId": "9c126fba-49c1-4d70-aa13-7d2dfe293db3",
                  "qrLogAttribute": {
                    "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                    "code": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                    "qrLogAttributeClass": {
                      "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ],
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                    "taxonomyNameGeneric": "sample string 8"
                  }
                },
                {
                  "id": "59f05125-5b1c-4075-8d03-b5a90d158c12",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9bd361a4-647c-4829-843c-d1915c44a9ac",
                  "qrLogAttributeListValue": {
                    "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                    "description": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                    "qrLogAttribute": {
                      "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                      "code": "sample string 2",
                      "createdTs": "2025-04-04T00:52:40.4614378Z",
                      "createdBy": "sample string 3",
                      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                      "modifiedBy": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                      "qrLogAttributeClass": {
                        "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ],
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                      "taxonomyNameGeneric": "sample string 8"
                    },
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8a501f92-099f-4008-869e-c03fa3d3ff18",
                  "qrLogAttributeId": "9c126fba-49c1-4d70-aa13-7d2dfe293db3",
                  "qrLogAttribute": {
                    "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                    "code": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                    "qrLogAttributeClass": {
                      "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ],
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                    "taxonomyNameGeneric": "sample string 8"
                  }
                }
              ],
              "attachments": [
                {
                  "id": "0f3cc9b7-0315-452a-aeb9-99ed6e04ee77",
                  "name": "sample string 2",
                  "content": "sample string 3",
                  "createdTs": "2025-04-04T00:52:40.4614378Z",
                  "createdBy": "sample string 5",
                  "approved": true,
                  "markerXSolutionsId": "18c4e984-11b2-41a8-aaf1-64d4f23fffc9",
                  "reportId": "51019cd8-14db-43d3-89a2-d41e33cf5500",
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3cc9b7-0315-452a-aeb9-99ed6e04ee77"
                },
                {
                  "id": "0f3cc9b7-0315-452a-aeb9-99ed6e04ee77",
                  "name": "sample string 2",
                  "content": "sample string 3",
                  "createdTs": "2025-04-04T00:52:40.4614378Z",
                  "createdBy": "sample string 5",
                  "approved": true,
                  "markerXSolutionsId": "18c4e984-11b2-41a8-aaf1-64d4f23fffc9",
                  "reportId": "51019cd8-14db-43d3-89a2-d41e33cf5500",
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3cc9b7-0315-452a-aeb9-99ed6e04ee77"
                }
              ],
              "selectedProducts": [
                {
                  "id": "3717fd09-1009-4374-ab0b-7059a4671b24",
                  "markerXSolutionsId": "8448a270-0967-41a0-878c-9426145281f2",
                  "productId": "136cb7a5-607b-4232-83a0-3f4654767b06"
                },
                {
                  "id": "3717fd09-1009-4374-ab0b-7059a4671b24",
                  "markerXSolutionsId": "8448a270-0967-41a0-878c-9426145281f2",
                  "productId": "136cb7a5-607b-4232-83a0-3f4654767b06"
                }
              ],
              "isApproved": 2
            }
          ],
          "reports": [
            {
              "id": "c7eb9bc0-fbcd-4191-b09d-6dec3d25a09f",
              "date": "2025-04-04T00:52:40.4614378Z",
              "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": "3813e7e8-d98e-4e2f-b845-bafbd423d9cc",
              "isDeleted": true,
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/c7eb9bc0-fbcd-4191-b09d-6dec3d25a09f"
            },
            {
              "id": "c7eb9bc0-fbcd-4191-b09d-6dec3d25a09f",
              "date": "2025-04-04T00:52:40.4614378Z",
              "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": "3813e7e8-d98e-4e2f-b845-bafbd423d9cc",
              "isDeleted": true,
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/c7eb9bc0-fbcd-4191-b09d-6dec3d25a09f"
            }
          ],
          "calculateStatus": 2
        },
        {
          "id": "f24bb2fe-9b16-4777-8dd8-4c036e94a097",
          "number": 2,
          "label": "sample string 3",
          "coordX": 1.0,
          "coordY": 1.0,
          "coordX2": 1.0,
          "coordY2": 1.0,
          "createdTs": "2025-04-04T00:52:40.4614378Z",
          "createdBy": "sample string 4",
          "modifiedTs": "2025-04-04T00:52:40.4614378Z",
          "modifiedBy": "sample string 5",
          "date": "2025-04-04T00:52:40.4614378Z",
          "customerId": 6,
          "qrId": "1c19662d-1ccb-4ec7-97f9-fa4629dc690e",
          "comments": "sample string 7",
          "status": "sample string 8",
          "manualStatus": 1,
          "installerId": 1,
          "installer": {
            "id": 1,
            "firstname": "sample string 2",
            "name": "sample string 3"
          },
          "blueprintId": "ba2b4a27-dd8c-4b3a-8efd-f538f7325cc2",
          "markerXSolutions": [
            {
              "id": "09d790a7-80f0-4468-aca6-fad89506e3dd",
              "markerId": "f6f6d1b7-af03-4325-9155-ec02fc68f77c",
              "solutionId": "4e8bae25-fffc-460c-ab0f-162133f1cb8f",
              "amount": 3,
              "diameter": 4,
              "unit": "sample string 5",
              "width": 6,
              "height": 7,
              "length": 8,
              "comments": "sample string 9",
              "createdTs": "2025-04-04T00:52:40.4614378Z",
              "qrLogAttributeXMarkerXSolutions": [
                {
                  "id": "59f05125-5b1c-4075-8d03-b5a90d158c12",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9bd361a4-647c-4829-843c-d1915c44a9ac",
                  "qrLogAttributeListValue": {
                    "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                    "description": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                    "qrLogAttribute": {
                      "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                      "code": "sample string 2",
                      "createdTs": "2025-04-04T00:52:40.4614378Z",
                      "createdBy": "sample string 3",
                      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                      "modifiedBy": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                      "qrLogAttributeClass": {
                        "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ],
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                      "taxonomyNameGeneric": "sample string 8"
                    },
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8a501f92-099f-4008-869e-c03fa3d3ff18",
                  "qrLogAttributeId": "9c126fba-49c1-4d70-aa13-7d2dfe293db3",
                  "qrLogAttribute": {
                    "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                    "code": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                    "qrLogAttributeClass": {
                      "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ],
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                    "taxonomyNameGeneric": "sample string 8"
                  }
                },
                {
                  "id": "59f05125-5b1c-4075-8d03-b5a90d158c12",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9bd361a4-647c-4829-843c-d1915c44a9ac",
                  "qrLogAttributeListValue": {
                    "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                    "description": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                    "qrLogAttribute": {
                      "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                      "code": "sample string 2",
                      "createdTs": "2025-04-04T00:52:40.4614378Z",
                      "createdBy": "sample string 3",
                      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                      "modifiedBy": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                      "qrLogAttributeClass": {
                        "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ],
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                      "taxonomyNameGeneric": "sample string 8"
                    },
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8a501f92-099f-4008-869e-c03fa3d3ff18",
                  "qrLogAttributeId": "9c126fba-49c1-4d70-aa13-7d2dfe293db3",
                  "qrLogAttribute": {
                    "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                    "code": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                    "qrLogAttributeClass": {
                      "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ],
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                    "taxonomyNameGeneric": "sample string 8"
                  }
                }
              ],
              "attachments": [
                {
                  "id": "0f3cc9b7-0315-452a-aeb9-99ed6e04ee77",
                  "name": "sample string 2",
                  "content": "sample string 3",
                  "createdTs": "2025-04-04T00:52:40.4614378Z",
                  "createdBy": "sample string 5",
                  "approved": true,
                  "markerXSolutionsId": "18c4e984-11b2-41a8-aaf1-64d4f23fffc9",
                  "reportId": "51019cd8-14db-43d3-89a2-d41e33cf5500",
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3cc9b7-0315-452a-aeb9-99ed6e04ee77"
                },
                {
                  "id": "0f3cc9b7-0315-452a-aeb9-99ed6e04ee77",
                  "name": "sample string 2",
                  "content": "sample string 3",
                  "createdTs": "2025-04-04T00:52:40.4614378Z",
                  "createdBy": "sample string 5",
                  "approved": true,
                  "markerXSolutionsId": "18c4e984-11b2-41a8-aaf1-64d4f23fffc9",
                  "reportId": "51019cd8-14db-43d3-89a2-d41e33cf5500",
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3cc9b7-0315-452a-aeb9-99ed6e04ee77"
                }
              ],
              "selectedProducts": [
                {
                  "id": "3717fd09-1009-4374-ab0b-7059a4671b24",
                  "markerXSolutionsId": "8448a270-0967-41a0-878c-9426145281f2",
                  "productId": "136cb7a5-607b-4232-83a0-3f4654767b06"
                },
                {
                  "id": "3717fd09-1009-4374-ab0b-7059a4671b24",
                  "markerXSolutionsId": "8448a270-0967-41a0-878c-9426145281f2",
                  "productId": "136cb7a5-607b-4232-83a0-3f4654767b06"
                }
              ],
              "isApproved": 2
            },
            {
              "id": "09d790a7-80f0-4468-aca6-fad89506e3dd",
              "markerId": "f6f6d1b7-af03-4325-9155-ec02fc68f77c",
              "solutionId": "4e8bae25-fffc-460c-ab0f-162133f1cb8f",
              "amount": 3,
              "diameter": 4,
              "unit": "sample string 5",
              "width": 6,
              "height": 7,
              "length": 8,
              "comments": "sample string 9",
              "createdTs": "2025-04-04T00:52:40.4614378Z",
              "qrLogAttributeXMarkerXSolutions": [
                {
                  "id": "59f05125-5b1c-4075-8d03-b5a90d158c12",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9bd361a4-647c-4829-843c-d1915c44a9ac",
                  "qrLogAttributeListValue": {
                    "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                    "description": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                    "qrLogAttribute": {
                      "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                      "code": "sample string 2",
                      "createdTs": "2025-04-04T00:52:40.4614378Z",
                      "createdBy": "sample string 3",
                      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                      "modifiedBy": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                      "qrLogAttributeClass": {
                        "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ],
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                      "taxonomyNameGeneric": "sample string 8"
                    },
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8a501f92-099f-4008-869e-c03fa3d3ff18",
                  "qrLogAttributeId": "9c126fba-49c1-4d70-aa13-7d2dfe293db3",
                  "qrLogAttribute": {
                    "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                    "code": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                    "qrLogAttributeClass": {
                      "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ],
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                    "taxonomyNameGeneric": "sample string 8"
                  }
                },
                {
                  "id": "59f05125-5b1c-4075-8d03-b5a90d158c12",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9bd361a4-647c-4829-843c-d1915c44a9ac",
                  "qrLogAttributeListValue": {
                    "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                    "description": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                    "qrLogAttribute": {
                      "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                      "code": "sample string 2",
                      "createdTs": "2025-04-04T00:52:40.4614378Z",
                      "createdBy": "sample string 3",
                      "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                      "modifiedBy": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                      "qrLogAttributeClass": {
                        "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ],
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                      "taxonomyNameGeneric": "sample string 8"
                    },
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8a501f92-099f-4008-869e-c03fa3d3ff18",
                  "qrLogAttributeId": "9c126fba-49c1-4d70-aa13-7d2dfe293db3",
                  "qrLogAttribute": {
                    "id": "954efe7c-06ea-427d-acc1-d418395b8c46",
                    "code": "sample string 2",
                    "createdTs": "2025-04-04T00:52:40.4614378Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                    "modifiedBy": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "qrLogAttributeClassId": "93565c63-a880-4532-a055-90c5dd6a1ab0",
                    "qrLogAttributeClass": {
                      "id": "4236cc45-b2b8-426f-84cb-a7511652cc1d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        },
                        {
                          "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      },
                      {
                        "id": "c0fe244c-eb51-4d32-b6f8-b6bdc68112f0",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:52:40.4614378Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:52:40.4614378Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "da8f7fc1-4a7e-4c7f-8ffa-f5e8763a6908",
                        "translations": [
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          },
                          {
                            "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      },
                      {
                        "id": "5235e293-953b-44c0-8f4e-0947f0c4b122",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "155656fc-396a-42a5-9cd4-8d0e8a0ec312"
                      }
                    ],
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "88661001-816f-435d-87cd-e29578ad41a4",
                    "taxonomyNameGeneric": "sample string 8"
                  }
                }
              ],
              "attachments": [
                {
                  "id": "0f3cc9b7-0315-452a-aeb9-99ed6e04ee77",
                  "name": "sample string 2",
                  "content": "sample string 3",
                  "createdTs": "2025-04-04T00:52:40.4614378Z",
                  "createdBy": "sample string 5",
                  "approved": true,
                  "markerXSolutionsId": "18c4e984-11b2-41a8-aaf1-64d4f23fffc9",
                  "reportId": "51019cd8-14db-43d3-89a2-d41e33cf5500",
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3cc9b7-0315-452a-aeb9-99ed6e04ee77"
                },
                {
                  "id": "0f3cc9b7-0315-452a-aeb9-99ed6e04ee77",
                  "name": "sample string 2",
                  "content": "sample string 3",
                  "createdTs": "2025-04-04T00:52:40.4614378Z",
                  "createdBy": "sample string 5",
                  "approved": true,
                  "markerXSolutionsId": "18c4e984-11b2-41a8-aaf1-64d4f23fffc9",
                  "reportId": "51019cd8-14db-43d3-89a2-d41e33cf5500",
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3cc9b7-0315-452a-aeb9-99ed6e04ee77"
                }
              ],
              "selectedProducts": [
                {
                  "id": "3717fd09-1009-4374-ab0b-7059a4671b24",
                  "markerXSolutionsId": "8448a270-0967-41a0-878c-9426145281f2",
                  "productId": "136cb7a5-607b-4232-83a0-3f4654767b06"
                },
                {
                  "id": "3717fd09-1009-4374-ab0b-7059a4671b24",
                  "markerXSolutionsId": "8448a270-0967-41a0-878c-9426145281f2",
                  "productId": "136cb7a5-607b-4232-83a0-3f4654767b06"
                }
              ],
              "isApproved": 2
            }
          ],
          "reports": [
            {
              "id": "c7eb9bc0-fbcd-4191-b09d-6dec3d25a09f",
              "date": "2025-04-04T00:52:40.4614378Z",
              "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": "3813e7e8-d98e-4e2f-b845-bafbd423d9cc",
              "isDeleted": true,
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/c7eb9bc0-fbcd-4191-b09d-6dec3d25a09f"
            },
            {
              "id": "c7eb9bc0-fbcd-4191-b09d-6dec3d25a09f",
              "date": "2025-04-04T00:52:40.4614378Z",
              "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": "3813e7e8-d98e-4e2f-b845-bafbd423d9cc",
              "isDeleted": true,
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/c7eb9bc0-fbcd-4191-b09d-6dec3d25a09f"
            }
          ],
          "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
}

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

Response Information

Resource Description

BuildingComponentViewModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Description

string

None.

Order

string

None.

CustomerId

integer

None.

Assigned

boolean

None.

CreatedTs

string

None.

ProjectId

globally unique identifier

None.

Project

string

None.

IsArchived

boolean

None.

Blueprints

Collection of BlueprintViewModel

None.

Installers

Collection of InstallerViewModel

None.

BlueprintsCount

integer

None.

Response Formats

application/json, text/json

Sample:

Sample not available.