DELETE api/Blueprints/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Blueprint
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Description

string

None.

MarkerName

string

None.

Order

string

None.

CreatedTs

date

None.

CreatedBy

string

None.

ModifiedTs

date

None.

ModifiedBy

string

None.

CustomerId

integer

None.

IsOffline

boolean

None.

OfflineByUserId

integer

None.

OfflineByUserName

string

None.

Deadline

date

None.

IsLocked

boolean

None.

LockedByUserId

integer

None.

LockedByUserName

string

None.

LockedTs

date

None.

BuildingComponentId

globally unique identifier

None.

BuildingComponent

BuildingComponent

None.

BlueprintFileId

globally unique identifier

None.

BlueprintFile

BlueprintFile

None.

Markers

Collection of Marker

None.

Installers

Collection of Installer

None.

IsDeleted

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "f2185bb2-764e-4e90-865c-00c93cfd1349",
  "name": "sample string 2",
  "description": "sample string 3",
  "markerName": "sample string 4",
  "order": "sample string 5",
  "createdTs": "2024-09-19T18:48:12.3011198Z",
  "createdBy": "sample string 6",
  "modifiedTs": "2024-09-19T18:48:12.3011198Z",
  "modifiedBy": "sample string 7",
  "customerId": 8,
  "isOffline": true,
  "offlineByUserId": 1,
  "offlineByUserName": "sample string 10",
  "deadline": "2024-09-19T18:48:12.3011198Z",
  "isLocked": true,
  "lockedByUserId": 1,
  "lockedByUserName": "sample string 12",
  "lockedTs": "2024-09-19T18:48:12.3011198Z",
  "buildingComponentId": "99597499-862d-4a1c-8922-385c8a47d1a8",
  "buildingComponent": {
    "id": "8e13deaa-b0df-4011-afe2-958842a19690",
    "name": "sample string 2",
    "description": "sample string 3",
    "order": "sample string 4",
    "createdTs": "2024-09-19T18:48:12.3011198Z",
    "createdBy": "sample string 6",
    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
    "modifiedBy": "sample string 7",
    "customerId": 8,
    "projectId": "29c30c98-a011-47da-bf6b-c35c5e501c02",
    "project": {
      "id": "00c26b57-7a8b-4abf-8f66-9c7350f2628d",
      "name": "sample string 2",
      "status": "sample string 3",
      "buildingName": "sample string 4",
      "createdTs": "2024-09-19T18:48:12.3011198Z",
      "createdBy": "sample string 6",
      "modifiedTs": "2024-09-19T18:48:12.3011198Z",
      "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/00c26b57-7a8b-4abf-8f66-9c7350f2628d"
    },
    "blueprints": [],
    "installers": [
      {
        "id": 1,
        "firstname": "sample string 2",
        "name": "sample string 3"
      },
      {
        "id": 1,
        "firstname": "sample string 2",
        "name": "sample string 3"
      }
    ],
    "isDeleted": true
  },
  "blueprintFileId": "c07638b5-6394-4f98-86cd-72cbaf66a128",
  "blueprintFile": {
    "id": "abcba2ab-c2bf-477f-bfca-1097d667f0dd",
    "name": "sample string 2",
    "content": "sample string 3",
    "createdTs": "2024-09-19T18:48:12.3011198Z",
    "createdBy": "sample string 4",
    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
    "modifiedBy": "sample string 5",
    "snapshot": "QEA="
  },
  "markers": [
    {
      "id": "795e88be-82da-417a-9706-ce92c31b65cc",
      "number": 2,
      "label": "sample string 3",
      "coordX": 1.0,
      "coordY": 1.0,
      "coordX2": 1.0,
      "coordY2": 1.0,
      "createdTs": "2024-09-19T18:48:12.3011198Z",
      "createdBy": "sample string 4",
      "modifiedTs": "2024-09-19T18:48:12.3011198Z",
      "modifiedBy": "sample string 5",
      "date": "2024-09-19T18:48:12.3011198Z",
      "customerId": 6,
      "qrId": "576594cd-c8bd-4a74-ab65-d856b9220be2",
      "comments": "sample string 7",
      "status": "sample string 8",
      "manualStatus": 1,
      "installerId": 1,
      "installer": {
        "id": 1,
        "firstname": "sample string 2",
        "name": "sample string 3"
      },
      "blueprintId": "fad7477e-7d3a-4976-8641-21089c4fcf59",
      "markerXSolutions": [
        {
          "id": "41b951e0-9ad8-4f85-9a86-55cb4bff4fc3",
          "markerId": "af6f6b92-bdb6-42e2-9bc8-7b3faad867bc",
          "solutionId": "0c35ad00-0ff2-4b80-95c2-656c94a6d1d5",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "2024-09-19T18:48:12.3011198Z",
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "edd4e9c5-9761-4bd0-b132-82c475f4c038",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "693c50e0-35bd-478b-a195-f15713dfe148",
              "qrLogAttributeListValue": {
                "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                "description": "sample string 2",
                "createdTs": "2024-09-19T18:48:12.3011198Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                "qrLogAttribute": {
                  "id": "82f3c1ac-bb4c-428d-b235-61d3928f80e4",
                  "code": "sample string 2",
                  "createdTs": "2024-09-19T18:48:12.3011198Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "fe6e369a-8619-47c0-8b4d-461c89baff77",
                  "qrLogAttributeClass": {
                    "id": "a3910426-acd5-45bb-a268-56249c48f968",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    },
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "44955c3f-f71e-4919-a66c-4e86a8d004ab",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  },
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  }
                ]
              },
              "markerXSolutionsId": "c161b802-2549-48dd-a62b-780602260302",
              "qrLogAttributeId": "abfd332c-8c28-43f9-85f7-c159da1385e6",
              "qrLogAttribute": {
                "id": "82f3c1ac-bb4c-428d-b235-61d3928f80e4",
                "code": "sample string 2",
                "createdTs": "2024-09-19T18:48:12.3011198Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "fe6e369a-8619-47c0-8b4d-461c89baff77",
                "qrLogAttributeClass": {
                  "id": "a3910426-acd5-45bb-a268-56249c48f968",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    },
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                    "description": "sample string 2",
                    "createdTs": "2024-09-19T18:48:12.3011198Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  },
                  {
                    "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                    "description": "sample string 2",
                    "createdTs": "2024-09-19T18:48:12.3011198Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  },
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "44955c3f-f71e-4919-a66c-4e86a8d004ab",
                "taxonomyNameGeneric": "sample string 8"
              }
            },
            {
              "id": "edd4e9c5-9761-4bd0-b132-82c475f4c038",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "693c50e0-35bd-478b-a195-f15713dfe148",
              "qrLogAttributeListValue": {
                "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                "description": "sample string 2",
                "createdTs": "2024-09-19T18:48:12.3011198Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                "qrLogAttribute": {
                  "id": "82f3c1ac-bb4c-428d-b235-61d3928f80e4",
                  "code": "sample string 2",
                  "createdTs": "2024-09-19T18:48:12.3011198Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "fe6e369a-8619-47c0-8b4d-461c89baff77",
                  "qrLogAttributeClass": {
                    "id": "a3910426-acd5-45bb-a268-56249c48f968",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    },
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "44955c3f-f71e-4919-a66c-4e86a8d004ab",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  },
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  }
                ]
              },
              "markerXSolutionsId": "c161b802-2549-48dd-a62b-780602260302",
              "qrLogAttributeId": "abfd332c-8c28-43f9-85f7-c159da1385e6",
              "qrLogAttribute": {
                "id": "82f3c1ac-bb4c-428d-b235-61d3928f80e4",
                "code": "sample string 2",
                "createdTs": "2024-09-19T18:48:12.3011198Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "fe6e369a-8619-47c0-8b4d-461c89baff77",
                "qrLogAttributeClass": {
                  "id": "a3910426-acd5-45bb-a268-56249c48f968",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    },
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                    "description": "sample string 2",
                    "createdTs": "2024-09-19T18:48:12.3011198Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  },
                  {
                    "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                    "description": "sample string 2",
                    "createdTs": "2024-09-19T18:48:12.3011198Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  },
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "44955c3f-f71e-4919-a66c-4e86a8d004ab",
                "taxonomyNameGeneric": "sample string 8"
              }
            }
          ],
          "attachments": [
            {
              "id": "469add19-d0a5-4b90-b4d2-42101a74d6a9",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2024-09-19T18:48:12.3011198Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "ce356196-c346-4273-a62c-1d0880df7c5e",
              "reportId": "09afacbc-0f4a-4263-b394-3d17341a7e61",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/469add19-d0a5-4b90-b4d2-42101a74d6a9"
            },
            {
              "id": "469add19-d0a5-4b90-b4d2-42101a74d6a9",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2024-09-19T18:48:12.3011198Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "ce356196-c346-4273-a62c-1d0880df7c5e",
              "reportId": "09afacbc-0f4a-4263-b394-3d17341a7e61",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/469add19-d0a5-4b90-b4d2-42101a74d6a9"
            }
          ],
          "selectedProducts": [
            {
              "id": "cee57083-37e2-489b-a6d4-3d46e70795ba",
              "markerXSolutionsId": "803bee99-0e8e-4d22-b3c8-aeb0e56e0bbb",
              "productId": "90b8f9b0-ae73-4f85-9dfb-24ac0022c894"
            },
            {
              "id": "cee57083-37e2-489b-a6d4-3d46e70795ba",
              "markerXSolutionsId": "803bee99-0e8e-4d22-b3c8-aeb0e56e0bbb",
              "productId": "90b8f9b0-ae73-4f85-9dfb-24ac0022c894"
            }
          ],
          "isApproved": 2
        },
        {
          "id": "41b951e0-9ad8-4f85-9a86-55cb4bff4fc3",
          "markerId": "af6f6b92-bdb6-42e2-9bc8-7b3faad867bc",
          "solutionId": "0c35ad00-0ff2-4b80-95c2-656c94a6d1d5",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "2024-09-19T18:48:12.3011198Z",
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "edd4e9c5-9761-4bd0-b132-82c475f4c038",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "693c50e0-35bd-478b-a195-f15713dfe148",
              "qrLogAttributeListValue": {
                "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                "description": "sample string 2",
                "createdTs": "2024-09-19T18:48:12.3011198Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                "qrLogAttribute": {
                  "id": "82f3c1ac-bb4c-428d-b235-61d3928f80e4",
                  "code": "sample string 2",
                  "createdTs": "2024-09-19T18:48:12.3011198Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "fe6e369a-8619-47c0-8b4d-461c89baff77",
                  "qrLogAttributeClass": {
                    "id": "a3910426-acd5-45bb-a268-56249c48f968",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    },
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "44955c3f-f71e-4919-a66c-4e86a8d004ab",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  },
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  }
                ]
              },
              "markerXSolutionsId": "c161b802-2549-48dd-a62b-780602260302",
              "qrLogAttributeId": "abfd332c-8c28-43f9-85f7-c159da1385e6",
              "qrLogAttribute": {
                "id": "82f3c1ac-bb4c-428d-b235-61d3928f80e4",
                "code": "sample string 2",
                "createdTs": "2024-09-19T18:48:12.3011198Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "fe6e369a-8619-47c0-8b4d-461c89baff77",
                "qrLogAttributeClass": {
                  "id": "a3910426-acd5-45bb-a268-56249c48f968",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    },
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                    "description": "sample string 2",
                    "createdTs": "2024-09-19T18:48:12.3011198Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  },
                  {
                    "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                    "description": "sample string 2",
                    "createdTs": "2024-09-19T18:48:12.3011198Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  },
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "44955c3f-f71e-4919-a66c-4e86a8d004ab",
                "taxonomyNameGeneric": "sample string 8"
              }
            },
            {
              "id": "edd4e9c5-9761-4bd0-b132-82c475f4c038",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "693c50e0-35bd-478b-a195-f15713dfe148",
              "qrLogAttributeListValue": {
                "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                "description": "sample string 2",
                "createdTs": "2024-09-19T18:48:12.3011198Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                "qrLogAttribute": {
                  "id": "82f3c1ac-bb4c-428d-b235-61d3928f80e4",
                  "code": "sample string 2",
                  "createdTs": "2024-09-19T18:48:12.3011198Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "fe6e369a-8619-47c0-8b4d-461c89baff77",
                  "qrLogAttributeClass": {
                    "id": "a3910426-acd5-45bb-a268-56249c48f968",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    },
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "44955c3f-f71e-4919-a66c-4e86a8d004ab",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  },
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  }
                ]
              },
              "markerXSolutionsId": "c161b802-2549-48dd-a62b-780602260302",
              "qrLogAttributeId": "abfd332c-8c28-43f9-85f7-c159da1385e6",
              "qrLogAttribute": {
                "id": "82f3c1ac-bb4c-428d-b235-61d3928f80e4",
                "code": "sample string 2",
                "createdTs": "2024-09-19T18:48:12.3011198Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "fe6e369a-8619-47c0-8b4d-461c89baff77",
                "qrLogAttributeClass": {
                  "id": "a3910426-acd5-45bb-a268-56249c48f968",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    },
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                    "description": "sample string 2",
                    "createdTs": "2024-09-19T18:48:12.3011198Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  },
                  {
                    "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                    "description": "sample string 2",
                    "createdTs": "2024-09-19T18:48:12.3011198Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  },
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "44955c3f-f71e-4919-a66c-4e86a8d004ab",
                "taxonomyNameGeneric": "sample string 8"
              }
            }
          ],
          "attachments": [
            {
              "id": "469add19-d0a5-4b90-b4d2-42101a74d6a9",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2024-09-19T18:48:12.3011198Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "ce356196-c346-4273-a62c-1d0880df7c5e",
              "reportId": "09afacbc-0f4a-4263-b394-3d17341a7e61",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/469add19-d0a5-4b90-b4d2-42101a74d6a9"
            },
            {
              "id": "469add19-d0a5-4b90-b4d2-42101a74d6a9",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2024-09-19T18:48:12.3011198Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "ce356196-c346-4273-a62c-1d0880df7c5e",
              "reportId": "09afacbc-0f4a-4263-b394-3d17341a7e61",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/469add19-d0a5-4b90-b4d2-42101a74d6a9"
            }
          ],
          "selectedProducts": [
            {
              "id": "cee57083-37e2-489b-a6d4-3d46e70795ba",
              "markerXSolutionsId": "803bee99-0e8e-4d22-b3c8-aeb0e56e0bbb",
              "productId": "90b8f9b0-ae73-4f85-9dfb-24ac0022c894"
            },
            {
              "id": "cee57083-37e2-489b-a6d4-3d46e70795ba",
              "markerXSolutionsId": "803bee99-0e8e-4d22-b3c8-aeb0e56e0bbb",
              "productId": "90b8f9b0-ae73-4f85-9dfb-24ac0022c894"
            }
          ],
          "isApproved": 2
        }
      ],
      "reports": [
        {
          "id": "eb4e3ad1-bcd6-43a2-a7fa-740af677b6e1",
          "date": "2024-09-19T18:48:12.3011198Z",
          "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": "f33102fa-4fe4-4211-9823-89212c244266",
          "isDeleted": true,
          "link": "https://firelog-api.ipcom.be/api/DownloadImage/eb4e3ad1-bcd6-43a2-a7fa-740af677b6e1"
        },
        {
          "id": "eb4e3ad1-bcd6-43a2-a7fa-740af677b6e1",
          "date": "2024-09-19T18:48:12.3011198Z",
          "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": "f33102fa-4fe4-4211-9823-89212c244266",
          "isDeleted": true,
          "link": "https://firelog-api.ipcom.be/api/DownloadImage/eb4e3ad1-bcd6-43a2-a7fa-740af677b6e1"
        }
      ],
      "calculateStatus": 2
    },
    {
      "id": "795e88be-82da-417a-9706-ce92c31b65cc",
      "number": 2,
      "label": "sample string 3",
      "coordX": 1.0,
      "coordY": 1.0,
      "coordX2": 1.0,
      "coordY2": 1.0,
      "createdTs": "2024-09-19T18:48:12.3011198Z",
      "createdBy": "sample string 4",
      "modifiedTs": "2024-09-19T18:48:12.3011198Z",
      "modifiedBy": "sample string 5",
      "date": "2024-09-19T18:48:12.3011198Z",
      "customerId": 6,
      "qrId": "576594cd-c8bd-4a74-ab65-d856b9220be2",
      "comments": "sample string 7",
      "status": "sample string 8",
      "manualStatus": 1,
      "installerId": 1,
      "installer": {
        "id": 1,
        "firstname": "sample string 2",
        "name": "sample string 3"
      },
      "blueprintId": "fad7477e-7d3a-4976-8641-21089c4fcf59",
      "markerXSolutions": [
        {
          "id": "41b951e0-9ad8-4f85-9a86-55cb4bff4fc3",
          "markerId": "af6f6b92-bdb6-42e2-9bc8-7b3faad867bc",
          "solutionId": "0c35ad00-0ff2-4b80-95c2-656c94a6d1d5",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "2024-09-19T18:48:12.3011198Z",
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "edd4e9c5-9761-4bd0-b132-82c475f4c038",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "693c50e0-35bd-478b-a195-f15713dfe148",
              "qrLogAttributeListValue": {
                "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                "description": "sample string 2",
                "createdTs": "2024-09-19T18:48:12.3011198Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                "qrLogAttribute": {
                  "id": "82f3c1ac-bb4c-428d-b235-61d3928f80e4",
                  "code": "sample string 2",
                  "createdTs": "2024-09-19T18:48:12.3011198Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "fe6e369a-8619-47c0-8b4d-461c89baff77",
                  "qrLogAttributeClass": {
                    "id": "a3910426-acd5-45bb-a268-56249c48f968",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    },
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "44955c3f-f71e-4919-a66c-4e86a8d004ab",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  },
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  }
                ]
              },
              "markerXSolutionsId": "c161b802-2549-48dd-a62b-780602260302",
              "qrLogAttributeId": "abfd332c-8c28-43f9-85f7-c159da1385e6",
              "qrLogAttribute": {
                "id": "82f3c1ac-bb4c-428d-b235-61d3928f80e4",
                "code": "sample string 2",
                "createdTs": "2024-09-19T18:48:12.3011198Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "fe6e369a-8619-47c0-8b4d-461c89baff77",
                "qrLogAttributeClass": {
                  "id": "a3910426-acd5-45bb-a268-56249c48f968",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    },
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                    "description": "sample string 2",
                    "createdTs": "2024-09-19T18:48:12.3011198Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  },
                  {
                    "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                    "description": "sample string 2",
                    "createdTs": "2024-09-19T18:48:12.3011198Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  },
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "44955c3f-f71e-4919-a66c-4e86a8d004ab",
                "taxonomyNameGeneric": "sample string 8"
              }
            },
            {
              "id": "edd4e9c5-9761-4bd0-b132-82c475f4c038",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "693c50e0-35bd-478b-a195-f15713dfe148",
              "qrLogAttributeListValue": {
                "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                "description": "sample string 2",
                "createdTs": "2024-09-19T18:48:12.3011198Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                "qrLogAttribute": {
                  "id": "82f3c1ac-bb4c-428d-b235-61d3928f80e4",
                  "code": "sample string 2",
                  "createdTs": "2024-09-19T18:48:12.3011198Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "fe6e369a-8619-47c0-8b4d-461c89baff77",
                  "qrLogAttributeClass": {
                    "id": "a3910426-acd5-45bb-a268-56249c48f968",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    },
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "44955c3f-f71e-4919-a66c-4e86a8d004ab",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  },
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  }
                ]
              },
              "markerXSolutionsId": "c161b802-2549-48dd-a62b-780602260302",
              "qrLogAttributeId": "abfd332c-8c28-43f9-85f7-c159da1385e6",
              "qrLogAttribute": {
                "id": "82f3c1ac-bb4c-428d-b235-61d3928f80e4",
                "code": "sample string 2",
                "createdTs": "2024-09-19T18:48:12.3011198Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "fe6e369a-8619-47c0-8b4d-461c89baff77",
                "qrLogAttributeClass": {
                  "id": "a3910426-acd5-45bb-a268-56249c48f968",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    },
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                    "description": "sample string 2",
                    "createdTs": "2024-09-19T18:48:12.3011198Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  },
                  {
                    "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                    "description": "sample string 2",
                    "createdTs": "2024-09-19T18:48:12.3011198Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  },
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "44955c3f-f71e-4919-a66c-4e86a8d004ab",
                "taxonomyNameGeneric": "sample string 8"
              }
            }
          ],
          "attachments": [
            {
              "id": "469add19-d0a5-4b90-b4d2-42101a74d6a9",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2024-09-19T18:48:12.3011198Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "ce356196-c346-4273-a62c-1d0880df7c5e",
              "reportId": "09afacbc-0f4a-4263-b394-3d17341a7e61",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/469add19-d0a5-4b90-b4d2-42101a74d6a9"
            },
            {
              "id": "469add19-d0a5-4b90-b4d2-42101a74d6a9",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2024-09-19T18:48:12.3011198Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "ce356196-c346-4273-a62c-1d0880df7c5e",
              "reportId": "09afacbc-0f4a-4263-b394-3d17341a7e61",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/469add19-d0a5-4b90-b4d2-42101a74d6a9"
            }
          ],
          "selectedProducts": [
            {
              "id": "cee57083-37e2-489b-a6d4-3d46e70795ba",
              "markerXSolutionsId": "803bee99-0e8e-4d22-b3c8-aeb0e56e0bbb",
              "productId": "90b8f9b0-ae73-4f85-9dfb-24ac0022c894"
            },
            {
              "id": "cee57083-37e2-489b-a6d4-3d46e70795ba",
              "markerXSolutionsId": "803bee99-0e8e-4d22-b3c8-aeb0e56e0bbb",
              "productId": "90b8f9b0-ae73-4f85-9dfb-24ac0022c894"
            }
          ],
          "isApproved": 2
        },
        {
          "id": "41b951e0-9ad8-4f85-9a86-55cb4bff4fc3",
          "markerId": "af6f6b92-bdb6-42e2-9bc8-7b3faad867bc",
          "solutionId": "0c35ad00-0ff2-4b80-95c2-656c94a6d1d5",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "2024-09-19T18:48:12.3011198Z",
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "edd4e9c5-9761-4bd0-b132-82c475f4c038",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "693c50e0-35bd-478b-a195-f15713dfe148",
              "qrLogAttributeListValue": {
                "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                "description": "sample string 2",
                "createdTs": "2024-09-19T18:48:12.3011198Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                "qrLogAttribute": {
                  "id": "82f3c1ac-bb4c-428d-b235-61d3928f80e4",
                  "code": "sample string 2",
                  "createdTs": "2024-09-19T18:48:12.3011198Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "fe6e369a-8619-47c0-8b4d-461c89baff77",
                  "qrLogAttributeClass": {
                    "id": "a3910426-acd5-45bb-a268-56249c48f968",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    },
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "44955c3f-f71e-4919-a66c-4e86a8d004ab",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  },
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  }
                ]
              },
              "markerXSolutionsId": "c161b802-2549-48dd-a62b-780602260302",
              "qrLogAttributeId": "abfd332c-8c28-43f9-85f7-c159da1385e6",
              "qrLogAttribute": {
                "id": "82f3c1ac-bb4c-428d-b235-61d3928f80e4",
                "code": "sample string 2",
                "createdTs": "2024-09-19T18:48:12.3011198Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "fe6e369a-8619-47c0-8b4d-461c89baff77",
                "qrLogAttributeClass": {
                  "id": "a3910426-acd5-45bb-a268-56249c48f968",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    },
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                    "description": "sample string 2",
                    "createdTs": "2024-09-19T18:48:12.3011198Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  },
                  {
                    "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                    "description": "sample string 2",
                    "createdTs": "2024-09-19T18:48:12.3011198Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  },
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "44955c3f-f71e-4919-a66c-4e86a8d004ab",
                "taxonomyNameGeneric": "sample string 8"
              }
            },
            {
              "id": "edd4e9c5-9761-4bd0-b132-82c475f4c038",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "693c50e0-35bd-478b-a195-f15713dfe148",
              "qrLogAttributeListValue": {
                "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                "description": "sample string 2",
                "createdTs": "2024-09-19T18:48:12.3011198Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                "qrLogAttribute": {
                  "id": "82f3c1ac-bb4c-428d-b235-61d3928f80e4",
                  "code": "sample string 2",
                  "createdTs": "2024-09-19T18:48:12.3011198Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "fe6e369a-8619-47c0-8b4d-461c89baff77",
                  "qrLogAttributeClass": {
                    "id": "a3910426-acd5-45bb-a268-56249c48f968",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    },
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "44955c3f-f71e-4919-a66c-4e86a8d004ab",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  },
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  }
                ]
              },
              "markerXSolutionsId": "c161b802-2549-48dd-a62b-780602260302",
              "qrLogAttributeId": "abfd332c-8c28-43f9-85f7-c159da1385e6",
              "qrLogAttribute": {
                "id": "82f3c1ac-bb4c-428d-b235-61d3928f80e4",
                "code": "sample string 2",
                "createdTs": "2024-09-19T18:48:12.3011198Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "fe6e369a-8619-47c0-8b4d-461c89baff77",
                "qrLogAttributeClass": {
                  "id": "a3910426-acd5-45bb-a268-56249c48f968",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    },
                    {
                      "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                    "description": "sample string 2",
                    "createdTs": "2024-09-19T18:48:12.3011198Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  },
                  {
                    "id": "fa85b366-8b1d-47f4-b093-701a86c3ef1e",
                    "description": "sample string 2",
                    "createdTs": "2024-09-19T18:48:12.3011198Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2024-09-19T18:48:12.3011198Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "dee7490d-7698-4275-aeae-1fe7b5eba07f",
                    "translations": [
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      },
                      {
                        "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  },
                  {
                    "id": "217b14a1-a3c6-4c33-a80f-ed1906aa8c23",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "5bc858ac-6053-4af1-b28d-b911fdc0cc5c"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "44955c3f-f71e-4919-a66c-4e86a8d004ab",
                "taxonomyNameGeneric": "sample string 8"
              }
            }
          ],
          "attachments": [
            {
              "id": "469add19-d0a5-4b90-b4d2-42101a74d6a9",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2024-09-19T18:48:12.3011198Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "ce356196-c346-4273-a62c-1d0880df7c5e",
              "reportId": "09afacbc-0f4a-4263-b394-3d17341a7e61",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/469add19-d0a5-4b90-b4d2-42101a74d6a9"
            },
            {
              "id": "469add19-d0a5-4b90-b4d2-42101a74d6a9",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2024-09-19T18:48:12.3011198Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "ce356196-c346-4273-a62c-1d0880df7c5e",
              "reportId": "09afacbc-0f4a-4263-b394-3d17341a7e61",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/469add19-d0a5-4b90-b4d2-42101a74d6a9"
            }
          ],
          "selectedProducts": [
            {
              "id": "cee57083-37e2-489b-a6d4-3d46e70795ba",
              "markerXSolutionsId": "803bee99-0e8e-4d22-b3c8-aeb0e56e0bbb",
              "productId": "90b8f9b0-ae73-4f85-9dfb-24ac0022c894"
            },
            {
              "id": "cee57083-37e2-489b-a6d4-3d46e70795ba",
              "markerXSolutionsId": "803bee99-0e8e-4d22-b3c8-aeb0e56e0bbb",
              "productId": "90b8f9b0-ae73-4f85-9dfb-24ac0022c894"
            }
          ],
          "isApproved": 2
        }
      ],
      "reports": [
        {
          "id": "eb4e3ad1-bcd6-43a2-a7fa-740af677b6e1",
          "date": "2024-09-19T18:48:12.3011198Z",
          "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": "f33102fa-4fe4-4211-9823-89212c244266",
          "isDeleted": true,
          "link": "https://firelog-api.ipcom.be/api/DownloadImage/eb4e3ad1-bcd6-43a2-a7fa-740af677b6e1"
        },
        {
          "id": "eb4e3ad1-bcd6-43a2-a7fa-740af677b6e1",
          "date": "2024-09-19T18:48:12.3011198Z",
          "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": "f33102fa-4fe4-4211-9823-89212c244266",
          "isDeleted": true,
          "link": "https://firelog-api.ipcom.be/api/DownloadImage/eb4e3ad1-bcd6-43a2-a7fa-740af677b6e1"
        }
      ],
      "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
}