POST api/Blueprints

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "id": "e457057c-2c57-4c32-8b0c-d1699ba57eb2",
  "name": "sample string 2",
  "description": "sample string 3",
  "markerName": "sample string 4",
  "order": "sample string 5",
  "createdTs": "2026-03-24T21:44:00.3227254Z",
  "createdBy": "sample string 6",
  "modifiedTs": "2026-03-24T21:44:00.3227254Z",
  "modifiedBy": "sample string 7",
  "customerId": 8,
  "isOffline": true,
  "offlineByUserId": 1,
  "offlineByUserName": "sample string 10",
  "deadline": "2026-03-24T21:44:00.3227254Z",
  "isLocked": true,
  "lockedByUserId": 1,
  "lockedByUserName": "sample string 12",
  "lockedTs": "2026-03-24T21:44:00.3227254Z",
  "buildingComponentId": "48a59e06-599b-4914-b007-488bc6566b05",
  "buildingComponent": {
    "id": "0ca32d5c-16cb-4a04-9e98-39b10e07779a",
    "name": "sample string 2",
    "description": "sample string 3",
    "order": "sample string 4",
    "createdTs": "2026-03-24T21:44:00.3227254Z",
    "createdBy": "sample string 6",
    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
    "modifiedBy": "sample string 7",
    "customerId": 8,
    "projectId": "4ff97191-221d-4a5c-974f-48dfbcd13b66",
    "project": {
      "id": "8591f85a-29b9-4eca-bb85-b10d2434bac1",
      "name": "sample string 2",
      "status": "sample string 3",
      "buildingName": "sample string 4",
      "createdTs": "2026-03-24T21:44:00.3227254Z",
      "createdBy": "sample string 6",
      "modifiedTs": "2026-03-24T21:44:00.3227254Z",
      "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/8591f85a-29b9-4eca-bb85-b10d2434bac1"
    },
    "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": "781f7f61-e8d3-4331-ab32-9f6d4a1e99ca",
  "blueprintFile": {
    "id": "1821149d-06df-4554-af2b-1d9d4a78854c",
    "name": "sample string 2",
    "content": "sample string 3",
    "createdTs": "2026-03-24T21:44:00.3227254Z",
    "createdBy": "sample string 4",
    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
    "modifiedBy": "sample string 5",
    "snapshot": "QEA="
  },
  "markers": [
    {
      "id": "1b078097-cd38-4f59-884f-eb77e2622309",
      "number": 2,
      "label": "sample string 3",
      "coordX": 1.0,
      "coordY": 1.0,
      "coordX2": 1.0,
      "coordY2": 1.0,
      "createdTs": "2026-03-24T21:44:00.3227254Z",
      "createdBy": "sample string 4",
      "modifiedTs": "2026-03-24T21:44:00.3227254Z",
      "modifiedBy": "sample string 5",
      "date": "2026-03-24T21:44:00.3227254Z",
      "customerId": 6,
      "qrId": "0e8fb5b7-7990-4886-80db-d5f7132ac5c5",
      "comments": "sample string 7",
      "status": "sample string 8",
      "manualStatus": 1,
      "installerId": 1,
      "installer": {
        "id": 1,
        "firstname": "sample string 2",
        "name": "sample string 3"
      },
      "blueprintId": "8719fda4-dc91-4f68-b2ea-1b9ba247899d",
      "markerXSolutions": [
        {
          "id": "eee4fac1-2a28-4d83-97d6-a99ba00ba78a",
          "markerId": "24553f5b-6932-4ecb-80e6-d85659736216",
          "solutionId": "9240a2fa-4b5c-4fd0-b635-cc22b6de9176",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "2026-03-24T21:44:00.3227254Z",
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "3bf4d97f-edf9-4546-b9f5-f1af11f4c3f5",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "cca35c28-9e58-4708-b253-03777fcfdfa4",
              "qrLogAttributeListValue": {
                "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                "description": "sample string 2",
                "createdTs": "2026-03-24T21:44:00.3227254Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                "qrLogAttribute": {
                  "id": "9597db69-d805-4096-a7e6-73d97a7c8c6f",
                  "code": "sample string 2",
                  "createdTs": "2026-03-24T21:44:00.3227254Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "6931c875-16b0-44a5-984e-166738943a61",
                  "qrLogAttributeClass": {
                    "id": "8f4afbfc-4224-46c5-9397-c1e0d2100c2f",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    },
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "7638cfd0-9615-446f-855d-6a561489bcdc",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  },
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  }
                ]
              },
              "markerXSolutionsId": "30beaf18-50a7-4fff-a2a6-72d08e2d3a9a",
              "qrLogAttributeId": "42b57ada-dcc4-4424-9805-a0ea0b84e614",
              "qrLogAttribute": {
                "id": "9597db69-d805-4096-a7e6-73d97a7c8c6f",
                "code": "sample string 2",
                "createdTs": "2026-03-24T21:44:00.3227254Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "6931c875-16b0-44a5-984e-166738943a61",
                "qrLogAttributeClass": {
                  "id": "8f4afbfc-4224-46c5-9397-c1e0d2100c2f",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    },
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                    "description": "sample string 2",
                    "createdTs": "2026-03-24T21:44:00.3227254Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  },
                  {
                    "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                    "description": "sample string 2",
                    "createdTs": "2026-03-24T21:44:00.3227254Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  },
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "7638cfd0-9615-446f-855d-6a561489bcdc",
                "taxonomyNameGeneric": "sample string 8"
              }
            },
            {
              "id": "3bf4d97f-edf9-4546-b9f5-f1af11f4c3f5",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "cca35c28-9e58-4708-b253-03777fcfdfa4",
              "qrLogAttributeListValue": {
                "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                "description": "sample string 2",
                "createdTs": "2026-03-24T21:44:00.3227254Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                "qrLogAttribute": {
                  "id": "9597db69-d805-4096-a7e6-73d97a7c8c6f",
                  "code": "sample string 2",
                  "createdTs": "2026-03-24T21:44:00.3227254Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "6931c875-16b0-44a5-984e-166738943a61",
                  "qrLogAttributeClass": {
                    "id": "8f4afbfc-4224-46c5-9397-c1e0d2100c2f",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    },
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "7638cfd0-9615-446f-855d-6a561489bcdc",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  },
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  }
                ]
              },
              "markerXSolutionsId": "30beaf18-50a7-4fff-a2a6-72d08e2d3a9a",
              "qrLogAttributeId": "42b57ada-dcc4-4424-9805-a0ea0b84e614",
              "qrLogAttribute": {
                "id": "9597db69-d805-4096-a7e6-73d97a7c8c6f",
                "code": "sample string 2",
                "createdTs": "2026-03-24T21:44:00.3227254Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "6931c875-16b0-44a5-984e-166738943a61",
                "qrLogAttributeClass": {
                  "id": "8f4afbfc-4224-46c5-9397-c1e0d2100c2f",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    },
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                    "description": "sample string 2",
                    "createdTs": "2026-03-24T21:44:00.3227254Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  },
                  {
                    "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                    "description": "sample string 2",
                    "createdTs": "2026-03-24T21:44:00.3227254Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  },
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "7638cfd0-9615-446f-855d-6a561489bcdc",
                "taxonomyNameGeneric": "sample string 8"
              }
            }
          ],
          "attachments": [
            {
              "id": "ce919b60-881f-47d6-8571-7d278011d289",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-03-24T21:44:00.3227254Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "950903cc-5846-4fac-9c46-6aa169ea5b33",
              "reportId": "0af1bca8-bf7c-4095-b154-15fa1320975f",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/ce919b60-881f-47d6-8571-7d278011d289"
            },
            {
              "id": "ce919b60-881f-47d6-8571-7d278011d289",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-03-24T21:44:00.3227254Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "950903cc-5846-4fac-9c46-6aa169ea5b33",
              "reportId": "0af1bca8-bf7c-4095-b154-15fa1320975f",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/ce919b60-881f-47d6-8571-7d278011d289"
            }
          ],
          "selectedProducts": [
            {
              "id": "60a22ecb-6786-444f-bf56-674bd6d5b51f",
              "markerXSolutionsId": "d7a1f327-42e8-465e-b398-076190f3c9e8",
              "productId": "324a15bd-e1f4-42c7-9a32-83dfe79e43bd"
            },
            {
              "id": "60a22ecb-6786-444f-bf56-674bd6d5b51f",
              "markerXSolutionsId": "d7a1f327-42e8-465e-b398-076190f3c9e8",
              "productId": "324a15bd-e1f4-42c7-9a32-83dfe79e43bd"
            }
          ],
          "isApproved": 2
        },
        {
          "id": "eee4fac1-2a28-4d83-97d6-a99ba00ba78a",
          "markerId": "24553f5b-6932-4ecb-80e6-d85659736216",
          "solutionId": "9240a2fa-4b5c-4fd0-b635-cc22b6de9176",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "2026-03-24T21:44:00.3227254Z",
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "3bf4d97f-edf9-4546-b9f5-f1af11f4c3f5",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "cca35c28-9e58-4708-b253-03777fcfdfa4",
              "qrLogAttributeListValue": {
                "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                "description": "sample string 2",
                "createdTs": "2026-03-24T21:44:00.3227254Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                "qrLogAttribute": {
                  "id": "9597db69-d805-4096-a7e6-73d97a7c8c6f",
                  "code": "sample string 2",
                  "createdTs": "2026-03-24T21:44:00.3227254Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "6931c875-16b0-44a5-984e-166738943a61",
                  "qrLogAttributeClass": {
                    "id": "8f4afbfc-4224-46c5-9397-c1e0d2100c2f",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    },
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "7638cfd0-9615-446f-855d-6a561489bcdc",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  },
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  }
                ]
              },
              "markerXSolutionsId": "30beaf18-50a7-4fff-a2a6-72d08e2d3a9a",
              "qrLogAttributeId": "42b57ada-dcc4-4424-9805-a0ea0b84e614",
              "qrLogAttribute": {
                "id": "9597db69-d805-4096-a7e6-73d97a7c8c6f",
                "code": "sample string 2",
                "createdTs": "2026-03-24T21:44:00.3227254Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "6931c875-16b0-44a5-984e-166738943a61",
                "qrLogAttributeClass": {
                  "id": "8f4afbfc-4224-46c5-9397-c1e0d2100c2f",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    },
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                    "description": "sample string 2",
                    "createdTs": "2026-03-24T21:44:00.3227254Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  },
                  {
                    "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                    "description": "sample string 2",
                    "createdTs": "2026-03-24T21:44:00.3227254Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  },
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "7638cfd0-9615-446f-855d-6a561489bcdc",
                "taxonomyNameGeneric": "sample string 8"
              }
            },
            {
              "id": "3bf4d97f-edf9-4546-b9f5-f1af11f4c3f5",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "cca35c28-9e58-4708-b253-03777fcfdfa4",
              "qrLogAttributeListValue": {
                "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                "description": "sample string 2",
                "createdTs": "2026-03-24T21:44:00.3227254Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                "qrLogAttribute": {
                  "id": "9597db69-d805-4096-a7e6-73d97a7c8c6f",
                  "code": "sample string 2",
                  "createdTs": "2026-03-24T21:44:00.3227254Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "6931c875-16b0-44a5-984e-166738943a61",
                  "qrLogAttributeClass": {
                    "id": "8f4afbfc-4224-46c5-9397-c1e0d2100c2f",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    },
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "7638cfd0-9615-446f-855d-6a561489bcdc",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  },
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  }
                ]
              },
              "markerXSolutionsId": "30beaf18-50a7-4fff-a2a6-72d08e2d3a9a",
              "qrLogAttributeId": "42b57ada-dcc4-4424-9805-a0ea0b84e614",
              "qrLogAttribute": {
                "id": "9597db69-d805-4096-a7e6-73d97a7c8c6f",
                "code": "sample string 2",
                "createdTs": "2026-03-24T21:44:00.3227254Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "6931c875-16b0-44a5-984e-166738943a61",
                "qrLogAttributeClass": {
                  "id": "8f4afbfc-4224-46c5-9397-c1e0d2100c2f",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    },
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                    "description": "sample string 2",
                    "createdTs": "2026-03-24T21:44:00.3227254Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  },
                  {
                    "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                    "description": "sample string 2",
                    "createdTs": "2026-03-24T21:44:00.3227254Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  },
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "7638cfd0-9615-446f-855d-6a561489bcdc",
                "taxonomyNameGeneric": "sample string 8"
              }
            }
          ],
          "attachments": [
            {
              "id": "ce919b60-881f-47d6-8571-7d278011d289",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-03-24T21:44:00.3227254Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "950903cc-5846-4fac-9c46-6aa169ea5b33",
              "reportId": "0af1bca8-bf7c-4095-b154-15fa1320975f",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/ce919b60-881f-47d6-8571-7d278011d289"
            },
            {
              "id": "ce919b60-881f-47d6-8571-7d278011d289",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-03-24T21:44:00.3227254Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "950903cc-5846-4fac-9c46-6aa169ea5b33",
              "reportId": "0af1bca8-bf7c-4095-b154-15fa1320975f",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/ce919b60-881f-47d6-8571-7d278011d289"
            }
          ],
          "selectedProducts": [
            {
              "id": "60a22ecb-6786-444f-bf56-674bd6d5b51f",
              "markerXSolutionsId": "d7a1f327-42e8-465e-b398-076190f3c9e8",
              "productId": "324a15bd-e1f4-42c7-9a32-83dfe79e43bd"
            },
            {
              "id": "60a22ecb-6786-444f-bf56-674bd6d5b51f",
              "markerXSolutionsId": "d7a1f327-42e8-465e-b398-076190f3c9e8",
              "productId": "324a15bd-e1f4-42c7-9a32-83dfe79e43bd"
            }
          ],
          "isApproved": 2
        }
      ],
      "reports": [
        {
          "id": "76c76612-772a-484a-a562-58a796a245bd",
          "date": "2026-03-24T21:44:00.3227254Z",
          "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": "a7609b34-0884-4795-8ea9-5f8ce3c66743",
          "isDeleted": true,
          "link": "https://firelog-api.ipcom.be/api/DownloadImage/76c76612-772a-484a-a562-58a796a245bd"
        },
        {
          "id": "76c76612-772a-484a-a562-58a796a245bd",
          "date": "2026-03-24T21:44:00.3227254Z",
          "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": "a7609b34-0884-4795-8ea9-5f8ce3c66743",
          "isDeleted": true,
          "link": "https://firelog-api.ipcom.be/api/DownloadImage/76c76612-772a-484a-a562-58a796a245bd"
        }
      ],
      "calculateStatus": 2
    },
    {
      "id": "1b078097-cd38-4f59-884f-eb77e2622309",
      "number": 2,
      "label": "sample string 3",
      "coordX": 1.0,
      "coordY": 1.0,
      "coordX2": 1.0,
      "coordY2": 1.0,
      "createdTs": "2026-03-24T21:44:00.3227254Z",
      "createdBy": "sample string 4",
      "modifiedTs": "2026-03-24T21:44:00.3227254Z",
      "modifiedBy": "sample string 5",
      "date": "2026-03-24T21:44:00.3227254Z",
      "customerId": 6,
      "qrId": "0e8fb5b7-7990-4886-80db-d5f7132ac5c5",
      "comments": "sample string 7",
      "status": "sample string 8",
      "manualStatus": 1,
      "installerId": 1,
      "installer": {
        "id": 1,
        "firstname": "sample string 2",
        "name": "sample string 3"
      },
      "blueprintId": "8719fda4-dc91-4f68-b2ea-1b9ba247899d",
      "markerXSolutions": [
        {
          "id": "eee4fac1-2a28-4d83-97d6-a99ba00ba78a",
          "markerId": "24553f5b-6932-4ecb-80e6-d85659736216",
          "solutionId": "9240a2fa-4b5c-4fd0-b635-cc22b6de9176",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "2026-03-24T21:44:00.3227254Z",
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "3bf4d97f-edf9-4546-b9f5-f1af11f4c3f5",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "cca35c28-9e58-4708-b253-03777fcfdfa4",
              "qrLogAttributeListValue": {
                "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                "description": "sample string 2",
                "createdTs": "2026-03-24T21:44:00.3227254Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                "qrLogAttribute": {
                  "id": "9597db69-d805-4096-a7e6-73d97a7c8c6f",
                  "code": "sample string 2",
                  "createdTs": "2026-03-24T21:44:00.3227254Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "6931c875-16b0-44a5-984e-166738943a61",
                  "qrLogAttributeClass": {
                    "id": "8f4afbfc-4224-46c5-9397-c1e0d2100c2f",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    },
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "7638cfd0-9615-446f-855d-6a561489bcdc",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  },
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  }
                ]
              },
              "markerXSolutionsId": "30beaf18-50a7-4fff-a2a6-72d08e2d3a9a",
              "qrLogAttributeId": "42b57ada-dcc4-4424-9805-a0ea0b84e614",
              "qrLogAttribute": {
                "id": "9597db69-d805-4096-a7e6-73d97a7c8c6f",
                "code": "sample string 2",
                "createdTs": "2026-03-24T21:44:00.3227254Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "6931c875-16b0-44a5-984e-166738943a61",
                "qrLogAttributeClass": {
                  "id": "8f4afbfc-4224-46c5-9397-c1e0d2100c2f",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    },
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                    "description": "sample string 2",
                    "createdTs": "2026-03-24T21:44:00.3227254Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  },
                  {
                    "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                    "description": "sample string 2",
                    "createdTs": "2026-03-24T21:44:00.3227254Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  },
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "7638cfd0-9615-446f-855d-6a561489bcdc",
                "taxonomyNameGeneric": "sample string 8"
              }
            },
            {
              "id": "3bf4d97f-edf9-4546-b9f5-f1af11f4c3f5",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "cca35c28-9e58-4708-b253-03777fcfdfa4",
              "qrLogAttributeListValue": {
                "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                "description": "sample string 2",
                "createdTs": "2026-03-24T21:44:00.3227254Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                "qrLogAttribute": {
                  "id": "9597db69-d805-4096-a7e6-73d97a7c8c6f",
                  "code": "sample string 2",
                  "createdTs": "2026-03-24T21:44:00.3227254Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "6931c875-16b0-44a5-984e-166738943a61",
                  "qrLogAttributeClass": {
                    "id": "8f4afbfc-4224-46c5-9397-c1e0d2100c2f",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    },
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "7638cfd0-9615-446f-855d-6a561489bcdc",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  },
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  }
                ]
              },
              "markerXSolutionsId": "30beaf18-50a7-4fff-a2a6-72d08e2d3a9a",
              "qrLogAttributeId": "42b57ada-dcc4-4424-9805-a0ea0b84e614",
              "qrLogAttribute": {
                "id": "9597db69-d805-4096-a7e6-73d97a7c8c6f",
                "code": "sample string 2",
                "createdTs": "2026-03-24T21:44:00.3227254Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "6931c875-16b0-44a5-984e-166738943a61",
                "qrLogAttributeClass": {
                  "id": "8f4afbfc-4224-46c5-9397-c1e0d2100c2f",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    },
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                    "description": "sample string 2",
                    "createdTs": "2026-03-24T21:44:00.3227254Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  },
                  {
                    "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                    "description": "sample string 2",
                    "createdTs": "2026-03-24T21:44:00.3227254Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  },
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "7638cfd0-9615-446f-855d-6a561489bcdc",
                "taxonomyNameGeneric": "sample string 8"
              }
            }
          ],
          "attachments": [
            {
              "id": "ce919b60-881f-47d6-8571-7d278011d289",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-03-24T21:44:00.3227254Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "950903cc-5846-4fac-9c46-6aa169ea5b33",
              "reportId": "0af1bca8-bf7c-4095-b154-15fa1320975f",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/ce919b60-881f-47d6-8571-7d278011d289"
            },
            {
              "id": "ce919b60-881f-47d6-8571-7d278011d289",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-03-24T21:44:00.3227254Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "950903cc-5846-4fac-9c46-6aa169ea5b33",
              "reportId": "0af1bca8-bf7c-4095-b154-15fa1320975f",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/ce919b60-881f-47d6-8571-7d278011d289"
            }
          ],
          "selectedProducts": [
            {
              "id": "60a22ecb-6786-444f-bf56-674bd6d5b51f",
              "markerXSolutionsId": "d7a1f327-42e8-465e-b398-076190f3c9e8",
              "productId": "324a15bd-e1f4-42c7-9a32-83dfe79e43bd"
            },
            {
              "id": "60a22ecb-6786-444f-bf56-674bd6d5b51f",
              "markerXSolutionsId": "d7a1f327-42e8-465e-b398-076190f3c9e8",
              "productId": "324a15bd-e1f4-42c7-9a32-83dfe79e43bd"
            }
          ],
          "isApproved": 2
        },
        {
          "id": "eee4fac1-2a28-4d83-97d6-a99ba00ba78a",
          "markerId": "24553f5b-6932-4ecb-80e6-d85659736216",
          "solutionId": "9240a2fa-4b5c-4fd0-b635-cc22b6de9176",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "2026-03-24T21:44:00.3227254Z",
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "3bf4d97f-edf9-4546-b9f5-f1af11f4c3f5",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "cca35c28-9e58-4708-b253-03777fcfdfa4",
              "qrLogAttributeListValue": {
                "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                "description": "sample string 2",
                "createdTs": "2026-03-24T21:44:00.3227254Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                "qrLogAttribute": {
                  "id": "9597db69-d805-4096-a7e6-73d97a7c8c6f",
                  "code": "sample string 2",
                  "createdTs": "2026-03-24T21:44:00.3227254Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "6931c875-16b0-44a5-984e-166738943a61",
                  "qrLogAttributeClass": {
                    "id": "8f4afbfc-4224-46c5-9397-c1e0d2100c2f",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    },
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "7638cfd0-9615-446f-855d-6a561489bcdc",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  },
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  }
                ]
              },
              "markerXSolutionsId": "30beaf18-50a7-4fff-a2a6-72d08e2d3a9a",
              "qrLogAttributeId": "42b57ada-dcc4-4424-9805-a0ea0b84e614",
              "qrLogAttribute": {
                "id": "9597db69-d805-4096-a7e6-73d97a7c8c6f",
                "code": "sample string 2",
                "createdTs": "2026-03-24T21:44:00.3227254Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "6931c875-16b0-44a5-984e-166738943a61",
                "qrLogAttributeClass": {
                  "id": "8f4afbfc-4224-46c5-9397-c1e0d2100c2f",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    },
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                    "description": "sample string 2",
                    "createdTs": "2026-03-24T21:44:00.3227254Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  },
                  {
                    "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                    "description": "sample string 2",
                    "createdTs": "2026-03-24T21:44:00.3227254Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  },
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "7638cfd0-9615-446f-855d-6a561489bcdc",
                "taxonomyNameGeneric": "sample string 8"
              }
            },
            {
              "id": "3bf4d97f-edf9-4546-b9f5-f1af11f4c3f5",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "cca35c28-9e58-4708-b253-03777fcfdfa4",
              "qrLogAttributeListValue": {
                "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                "description": "sample string 2",
                "createdTs": "2026-03-24T21:44:00.3227254Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                "qrLogAttribute": {
                  "id": "9597db69-d805-4096-a7e6-73d97a7c8c6f",
                  "code": "sample string 2",
                  "createdTs": "2026-03-24T21:44:00.3227254Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "6931c875-16b0-44a5-984e-166738943a61",
                  "qrLogAttributeClass": {
                    "id": "8f4afbfc-4224-46c5-9397-c1e0d2100c2f",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    },
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "7638cfd0-9615-446f-855d-6a561489bcdc",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  },
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  }
                ]
              },
              "markerXSolutionsId": "30beaf18-50a7-4fff-a2a6-72d08e2d3a9a",
              "qrLogAttributeId": "42b57ada-dcc4-4424-9805-a0ea0b84e614",
              "qrLogAttribute": {
                "id": "9597db69-d805-4096-a7e6-73d97a7c8c6f",
                "code": "sample string 2",
                "createdTs": "2026-03-24T21:44:00.3227254Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "6931c875-16b0-44a5-984e-166738943a61",
                "qrLogAttributeClass": {
                  "id": "8f4afbfc-4224-46c5-9397-c1e0d2100c2f",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    },
                    {
                      "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                    "description": "sample string 2",
                    "createdTs": "2026-03-24T21:44:00.3227254Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  },
                  {
                    "id": "3775cf71-1923-4989-9196-ae6f1e6fa432",
                    "description": "sample string 2",
                    "createdTs": "2026-03-24T21:44:00.3227254Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-03-24T21:44:00.3227254Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "2e0a9b4d-3173-4de8-8377-5ef2b0c8b90b",
                    "translations": [
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      },
                      {
                        "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  },
                  {
                    "id": "a603ffd9-0b5c-4c94-bb8b-bfe5a2eb20bf",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9cb9328a-3f44-412b-9398-da1cd074bd08"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "7638cfd0-9615-446f-855d-6a561489bcdc",
                "taxonomyNameGeneric": "sample string 8"
              }
            }
          ],
          "attachments": [
            {
              "id": "ce919b60-881f-47d6-8571-7d278011d289",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-03-24T21:44:00.3227254Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "950903cc-5846-4fac-9c46-6aa169ea5b33",
              "reportId": "0af1bca8-bf7c-4095-b154-15fa1320975f",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/ce919b60-881f-47d6-8571-7d278011d289"
            },
            {
              "id": "ce919b60-881f-47d6-8571-7d278011d289",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-03-24T21:44:00.3227254Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "950903cc-5846-4fac-9c46-6aa169ea5b33",
              "reportId": "0af1bca8-bf7c-4095-b154-15fa1320975f",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/ce919b60-881f-47d6-8571-7d278011d289"
            }
          ],
          "selectedProducts": [
            {
              "id": "60a22ecb-6786-444f-bf56-674bd6d5b51f",
              "markerXSolutionsId": "d7a1f327-42e8-465e-b398-076190f3c9e8",
              "productId": "324a15bd-e1f4-42c7-9a32-83dfe79e43bd"
            },
            {
              "id": "60a22ecb-6786-444f-bf56-674bd6d5b51f",
              "markerXSolutionsId": "d7a1f327-42e8-465e-b398-076190f3c9e8",
              "productId": "324a15bd-e1f4-42c7-9a32-83dfe79e43bd"
            }
          ],
          "isApproved": 2
        }
      ],
      "reports": [
        {
          "id": "76c76612-772a-484a-a562-58a796a245bd",
          "date": "2026-03-24T21:44:00.3227254Z",
          "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": "a7609b34-0884-4795-8ea9-5f8ce3c66743",
          "isDeleted": true,
          "link": "https://firelog-api.ipcom.be/api/DownloadImage/76c76612-772a-484a-a562-58a796a245bd"
        },
        {
          "id": "76c76612-772a-484a-a562-58a796a245bd",
          "date": "2026-03-24T21:44:00.3227254Z",
          "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": "a7609b34-0884-4795-8ea9-5f8ce3c66743",
          "isDeleted": true,
          "link": "https://firelog-api.ipcom.be/api/DownloadImage/76c76612-772a-484a-a562-58a796a245bd"
        }
      ],
      "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
}

application/x-www-form-urlencoded

Sample:

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

Response Information

Resource Description

BlueprintViewModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Description

string

None.

MarkerName

string

None.

Order

string

None.

CustomerId

integer

None.

Assigned

boolean

None.

IsOffline

boolean

None.

OfflineByUserId

integer

None.

OfflineByUserName

string

None.

Deadline

string

None.

IsLocked

boolean

None.

LockedByUserId

integer

None.

LockedByUserName

string

None.

LockedTs

string

None.

OpenMarkers

integer

None.

BuildingComponentId

globally unique identifier

None.

BuildingComponent

string

None.

ProjectId

globally unique identifier

None.

Project

string

None.

BlueprintFileId

globally unique identifier

None.

BlueprintFile

BlueprintFileViewModel

None.

Markers

Collection of MarkerViewModel

None.

Installers

Collection of InstallerViewModel

None.

AllInstallers

Collection of InstallerViewModel

None.

IsArchived

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "124a8714-be6c-47ff-b2bd-cb5788001e88",
  "name": "sample string 2",
  "description": "sample string 3",
  "markerName": "sample string 4",
  "order": "sample string 5",
  "customerId": 6,
  "assigned": true,
  "isOffline": true,
  "offlineByUserId": 1,
  "offlineByUserName": "sample string 9",
  "deadline": "sample string 10",
  "isLocked": true,
  "lockedByUserId": 1,
  "lockedByUserName": "sample string 12",
  "lockedTs": "sample string 13",
  "openMarkers": 0,
  "buildingComponentId": "b3284642-5918-4a98-ac55-380681f696a6",
  "buildingComponent": "sample string 15",
  "projectId": "69c30dd3-3a53-4442-8bc7-7861afa1508f",
  "project": "sample string 17",
  "blueprintFileId": "61fbfd46-b1ac-4b41-814d-dabf13323503",
  "blueprintFile": {
    "id": "c8f4ec42-8983-4b83-b7bb-e4b103802f1f",
    "name": "sample string 2",
    "content": "sample string 3",
    "snapshot": "sample string 4"
  },
  "markers": [
    {
      "id": "be5bfe28-e90a-4f0b-9a2d-d06d4609088e",
      "number": 2,
      "label": "sample string 3",
      "coordX": 1.0,
      "coordY": 1.0,
      "coordX2": 1.0,
      "coordY2": 1.0,
      "createdTs": "sample string 4",
      "modifiedTs": "sample string 5",
      "date": "sample string 6",
      "customerId": 7,
      "assigned": true,
      "qrId": "bb9637cb-ecf1-4868-be96-7596f62c7a5a",
      "comments": "sample string 9",
      "status": "sample string 10",
      "manualStatus": 1,
      "isApproved": 2,
      "installerId": 1,
      "installer": {
        "id": 1,
        "fullName": "sample string 2 sample string 3",
        "firstname": "sample string 2",
        "name": "sample string 3",
        "login": "sample string 4",
        "key": "sample string 5"
      },
      "blueprintId": "523dcd87-7d4b-4261-9e5f-d680aa4ff088",
      "blueprint": "sample string 12",
      "buildingComponent": "sample string 13",
      "buildingComponentId": "4383c4c3-f63b-4e3e-b3b8-0e2e7d62121e",
      "project": "sample string 15",
      "projectId": "7ee7d242-f373-4477-b5dc-f2c15fc9fe5a",
      "qrLogAttributeXMarker": [
        {
          "id": "267601b0-eb65-4563-b418-51b23813e59a",
          "value": "sample string 2",
          "qrLogAttributeListValueId": "ca569a1e-9994-4213-99ad-4d5e209b486a",
          "markerId": "3e1fe4d2-0073-49e3-be30-f8a9689fd7a2",
          "qrLogAttributeId": "36fdf5a1-673a-436e-afb0-3baff1b4bc99",
          "qrLogAttribute": {
            "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
            "code": "sample string 2",
            "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
            "value": "sample string 4",
            "customerId": 1,
            "visible": true,
            "index": 1,
            "required": true,
            "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
            "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
            "canDelete": true,
            "codeFallback": "sample string 3",
            "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
            "qrLogAttributeClass": {
              "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
              "code": "sample string 2",
              "name": "sample string 3",
              "translations": [
                {
                  "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                },
                {
                  "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                }
              ]
            },
            "qrLogAttributeListValue": [
              {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              }
            ],
            "translations": [
              {
                "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
              },
              {
                "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
              }
            ],
            "isOriginatedByPim": true
          }
        },
        {
          "id": "267601b0-eb65-4563-b418-51b23813e59a",
          "value": "sample string 2",
          "qrLogAttributeListValueId": "ca569a1e-9994-4213-99ad-4d5e209b486a",
          "markerId": "3e1fe4d2-0073-49e3-be30-f8a9689fd7a2",
          "qrLogAttributeId": "36fdf5a1-673a-436e-afb0-3baff1b4bc99",
          "qrLogAttribute": {
            "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
            "code": "sample string 2",
            "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
            "value": "sample string 4",
            "customerId": 1,
            "visible": true,
            "index": 1,
            "required": true,
            "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
            "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
            "canDelete": true,
            "codeFallback": "sample string 3",
            "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
            "qrLogAttributeClass": {
              "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
              "code": "sample string 2",
              "name": "sample string 3",
              "translations": [
                {
                  "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                },
                {
                  "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                }
              ]
            },
            "qrLogAttributeListValue": [
              {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              }
            ],
            "translations": [
              {
                "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
              },
              {
                "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
              }
            ],
            "isOriginatedByPim": true
          }
        }
      ],
      "markerXSolutions": [
        {
          "id": "acc57c6d-0ec1-482b-aeaf-96774acbd4cf",
          "markerId": "c6029359-27be-48b1-adcb-aa5fe0eea29d",
          "solutionId": "9d278bf5-0fa7-45d6-a65b-7b9de3eb8fe4",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "sample string 10",
          "solution": {
            "id": "d5540ee0-74ff-4336-b13e-9d40c4f93433",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "0ed84df2-da7c-417f-9f75-d91431591581",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/0ed84df2-da7c-417f-9f75-d91431591581"
              },
              {
                "id": "0ed84df2-da7c-417f-9f75-d91431591581",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/0ed84df2-da7c-417f-9f75-d91431591581"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
                "qrLogAttributeListValue": {
                  "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                  "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                  "qrLogAttribute": {
                    "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                    "code": "sample string 2",
                    "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                    "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                    "qrLogAttributeClass": {
                      "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
                "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                      "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    },
                    {
                      "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                      "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
                "qrLogAttributeListValue": {
                  "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                  "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                  "qrLogAttribute": {
                    "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                    "code": "sample string 2",
                    "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                    "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                    "qrLogAttributeClass": {
                      "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
                "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                      "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    },
                    {
                      "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                      "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
              "qrLogAttributeListValue": {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
              "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
              "qrLogAttribute": {
                "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                "code": "sample string 2",
                "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                "qrLogAttributeClass": {
                  "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
              "qrLogAttributeListValue": {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
              "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
              "qrLogAttribute": {
                "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                "code": "sample string 2",
                "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                "qrLogAttributeClass": {
                  "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ],
          "attachments": [
            {
              "id": "131ea46e-a50d-40f6-ad28-7f943943364a",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-03-24T21:44:00.3383397Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "a470f750-89e2-40da-b802-4450d45333b2"
            },
            {
              "id": "131ea46e-a50d-40f6-ad28-7f943943364a",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-03-24T21:44:00.3383397Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "a470f750-89e2-40da-b802-4450d45333b2"
            }
          ],
          "selectedProducts": [
            {
              "id": "1abc88c1-babd-47b7-aad0-a08a891fab23",
              "markerXSolutionsId": "5a6610ff-2313-4109-b7a6-842918cf2a1f",
              "productId": "adb8ad95-a5b1-4b78-8877-87ad9bd605b7"
            },
            {
              "id": "1abc88c1-babd-47b7-aad0-a08a891fab23",
              "markerXSolutionsId": "5a6610ff-2313-4109-b7a6-842918cf2a1f",
              "productId": "adb8ad95-a5b1-4b78-8877-87ad9bd605b7"
            }
          ],
          "dimensionDialog": true,
          "attributesDialog": true,
          "isApproved": 2
        },
        {
          "id": "acc57c6d-0ec1-482b-aeaf-96774acbd4cf",
          "markerId": "c6029359-27be-48b1-adcb-aa5fe0eea29d",
          "solutionId": "9d278bf5-0fa7-45d6-a65b-7b9de3eb8fe4",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "sample string 10",
          "solution": {
            "id": "d5540ee0-74ff-4336-b13e-9d40c4f93433",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "0ed84df2-da7c-417f-9f75-d91431591581",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/0ed84df2-da7c-417f-9f75-d91431591581"
              },
              {
                "id": "0ed84df2-da7c-417f-9f75-d91431591581",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/0ed84df2-da7c-417f-9f75-d91431591581"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
                "qrLogAttributeListValue": {
                  "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                  "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                  "qrLogAttribute": {
                    "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                    "code": "sample string 2",
                    "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                    "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                    "qrLogAttributeClass": {
                      "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
                "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                      "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    },
                    {
                      "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                      "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
                "qrLogAttributeListValue": {
                  "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                  "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                  "qrLogAttribute": {
                    "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                    "code": "sample string 2",
                    "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                    "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                    "qrLogAttributeClass": {
                      "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
                "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                      "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    },
                    {
                      "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                      "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
              "qrLogAttributeListValue": {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
              "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
              "qrLogAttribute": {
                "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                "code": "sample string 2",
                "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                "qrLogAttributeClass": {
                  "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
              "qrLogAttributeListValue": {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
              "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
              "qrLogAttribute": {
                "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                "code": "sample string 2",
                "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                "qrLogAttributeClass": {
                  "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ],
          "attachments": [
            {
              "id": "131ea46e-a50d-40f6-ad28-7f943943364a",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-03-24T21:44:00.3383397Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "a470f750-89e2-40da-b802-4450d45333b2"
            },
            {
              "id": "131ea46e-a50d-40f6-ad28-7f943943364a",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-03-24T21:44:00.3383397Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "a470f750-89e2-40da-b802-4450d45333b2"
            }
          ],
          "selectedProducts": [
            {
              "id": "1abc88c1-babd-47b7-aad0-a08a891fab23",
              "markerXSolutionsId": "5a6610ff-2313-4109-b7a6-842918cf2a1f",
              "productId": "adb8ad95-a5b1-4b78-8877-87ad9bd605b7"
            },
            {
              "id": "1abc88c1-babd-47b7-aad0-a08a891fab23",
              "markerXSolutionsId": "5a6610ff-2313-4109-b7a6-842918cf2a1f",
              "productId": "adb8ad95-a5b1-4b78-8877-87ad9bd605b7"
            }
          ],
          "dimensionDialog": true,
          "attributesDialog": true,
          "isApproved": 2
        }
      ],
      "reports": [
        {
          "id": "3d78f417-ed54-4069-b8f7-31489839663d",
          "date": "sample string 2",
          "status": "sample string 3",
          "comment": "sample string 4",
          "name": "sample string 5",
          "email": "sample string 6",
          "report": "sample string 7",
          "company": "sample string 8",
          "image": "sample string 9",
          "customerId": 1,
          "markerId": "0e57ce1a-a80e-4d34-a378-c2a1bba629c8"
        },
        {
          "id": "3d78f417-ed54-4069-b8f7-31489839663d",
          "date": "sample string 2",
          "status": "sample string 3",
          "comment": "sample string 4",
          "name": "sample string 5",
          "email": "sample string 6",
          "report": "sample string 7",
          "company": "sample string 8",
          "image": "sample string 9",
          "customerId": 1,
          "markerId": "0e57ce1a-a80e-4d34-a378-c2a1bba629c8"
        }
      ],
      "archivedReports": [
        {
          "id": "3d78f417-ed54-4069-b8f7-31489839663d",
          "date": "sample string 2",
          "status": "sample string 3",
          "comment": "sample string 4",
          "name": "sample string 5",
          "email": "sample string 6",
          "report": "sample string 7",
          "company": "sample string 8",
          "image": "sample string 9",
          "customerId": 1,
          "markerId": "0e57ce1a-a80e-4d34-a378-c2a1bba629c8"
        },
        {
          "id": "3d78f417-ed54-4069-b8f7-31489839663d",
          "date": "sample string 2",
          "status": "sample string 3",
          "comment": "sample string 4",
          "name": "sample string 5",
          "email": "sample string 6",
          "report": "sample string 7",
          "company": "sample string 8",
          "image": "sample string 9",
          "customerId": 1,
          "markerId": "0e57ce1a-a80e-4d34-a378-c2a1bba629c8"
        }
      ],
      "productSolutions": [
        {
          "id": "d5540ee0-74ff-4336-b13e-9d40c4f93433",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "0ed84df2-da7c-417f-9f75-d91431591581",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/0ed84df2-da7c-417f-9f75-d91431591581"
            },
            {
              "id": "0ed84df2-da7c-417f-9f75-d91431591581",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/0ed84df2-da7c-417f-9f75-d91431591581"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
              "qrLogAttributeListValue": {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
              "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
              "qrLogAttribute": {
                "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                "code": "sample string 2",
                "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                "qrLogAttributeClass": {
                  "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
              "qrLogAttributeListValue": {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
              "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
              "qrLogAttribute": {
                "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                "code": "sample string 2",
                "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                "qrLogAttributeClass": {
                  "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        },
        {
          "id": "d5540ee0-74ff-4336-b13e-9d40c4f93433",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "0ed84df2-da7c-417f-9f75-d91431591581",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/0ed84df2-da7c-417f-9f75-d91431591581"
            },
            {
              "id": "0ed84df2-da7c-417f-9f75-d91431591581",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/0ed84df2-da7c-417f-9f75-d91431591581"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
              "qrLogAttributeListValue": {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
              "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
              "qrLogAttribute": {
                "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                "code": "sample string 2",
                "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                "qrLogAttributeClass": {
                  "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
              "qrLogAttributeListValue": {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
              "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
              "qrLogAttribute": {
                "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                "code": "sample string 2",
                "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                "qrLogAttributeClass": {
                  "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        }
      ]
    },
    {
      "id": "be5bfe28-e90a-4f0b-9a2d-d06d4609088e",
      "number": 2,
      "label": "sample string 3",
      "coordX": 1.0,
      "coordY": 1.0,
      "coordX2": 1.0,
      "coordY2": 1.0,
      "createdTs": "sample string 4",
      "modifiedTs": "sample string 5",
      "date": "sample string 6",
      "customerId": 7,
      "assigned": true,
      "qrId": "bb9637cb-ecf1-4868-be96-7596f62c7a5a",
      "comments": "sample string 9",
      "status": "sample string 10",
      "manualStatus": 1,
      "isApproved": 2,
      "installerId": 1,
      "installer": {
        "id": 1,
        "fullName": "sample string 2 sample string 3",
        "firstname": "sample string 2",
        "name": "sample string 3",
        "login": "sample string 4",
        "key": "sample string 5"
      },
      "blueprintId": "523dcd87-7d4b-4261-9e5f-d680aa4ff088",
      "blueprint": "sample string 12",
      "buildingComponent": "sample string 13",
      "buildingComponentId": "4383c4c3-f63b-4e3e-b3b8-0e2e7d62121e",
      "project": "sample string 15",
      "projectId": "7ee7d242-f373-4477-b5dc-f2c15fc9fe5a",
      "qrLogAttributeXMarker": [
        {
          "id": "267601b0-eb65-4563-b418-51b23813e59a",
          "value": "sample string 2",
          "qrLogAttributeListValueId": "ca569a1e-9994-4213-99ad-4d5e209b486a",
          "markerId": "3e1fe4d2-0073-49e3-be30-f8a9689fd7a2",
          "qrLogAttributeId": "36fdf5a1-673a-436e-afb0-3baff1b4bc99",
          "qrLogAttribute": {
            "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
            "code": "sample string 2",
            "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
            "value": "sample string 4",
            "customerId": 1,
            "visible": true,
            "index": 1,
            "required": true,
            "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
            "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
            "canDelete": true,
            "codeFallback": "sample string 3",
            "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
            "qrLogAttributeClass": {
              "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
              "code": "sample string 2",
              "name": "sample string 3",
              "translations": [
                {
                  "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                },
                {
                  "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                }
              ]
            },
            "qrLogAttributeListValue": [
              {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              }
            ],
            "translations": [
              {
                "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
              },
              {
                "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
              }
            ],
            "isOriginatedByPim": true
          }
        },
        {
          "id": "267601b0-eb65-4563-b418-51b23813e59a",
          "value": "sample string 2",
          "qrLogAttributeListValueId": "ca569a1e-9994-4213-99ad-4d5e209b486a",
          "markerId": "3e1fe4d2-0073-49e3-be30-f8a9689fd7a2",
          "qrLogAttributeId": "36fdf5a1-673a-436e-afb0-3baff1b4bc99",
          "qrLogAttribute": {
            "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
            "code": "sample string 2",
            "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
            "value": "sample string 4",
            "customerId": 1,
            "visible": true,
            "index": 1,
            "required": true,
            "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
            "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
            "canDelete": true,
            "codeFallback": "sample string 3",
            "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
            "qrLogAttributeClass": {
              "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
              "code": "sample string 2",
              "name": "sample string 3",
              "translations": [
                {
                  "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                },
                {
                  "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                }
              ]
            },
            "qrLogAttributeListValue": [
              {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              }
            ],
            "translations": [
              {
                "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
              },
              {
                "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
              }
            ],
            "isOriginatedByPim": true
          }
        }
      ],
      "markerXSolutions": [
        {
          "id": "acc57c6d-0ec1-482b-aeaf-96774acbd4cf",
          "markerId": "c6029359-27be-48b1-adcb-aa5fe0eea29d",
          "solutionId": "9d278bf5-0fa7-45d6-a65b-7b9de3eb8fe4",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "sample string 10",
          "solution": {
            "id": "d5540ee0-74ff-4336-b13e-9d40c4f93433",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "0ed84df2-da7c-417f-9f75-d91431591581",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/0ed84df2-da7c-417f-9f75-d91431591581"
              },
              {
                "id": "0ed84df2-da7c-417f-9f75-d91431591581",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/0ed84df2-da7c-417f-9f75-d91431591581"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
                "qrLogAttributeListValue": {
                  "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                  "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                  "qrLogAttribute": {
                    "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                    "code": "sample string 2",
                    "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                    "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                    "qrLogAttributeClass": {
                      "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
                "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                      "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    },
                    {
                      "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                      "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
                "qrLogAttributeListValue": {
                  "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                  "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                  "qrLogAttribute": {
                    "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                    "code": "sample string 2",
                    "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                    "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                    "qrLogAttributeClass": {
                      "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
                "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                      "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    },
                    {
                      "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                      "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
              "qrLogAttributeListValue": {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
              "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
              "qrLogAttribute": {
                "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                "code": "sample string 2",
                "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                "qrLogAttributeClass": {
                  "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
              "qrLogAttributeListValue": {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
              "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
              "qrLogAttribute": {
                "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                "code": "sample string 2",
                "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                "qrLogAttributeClass": {
                  "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ],
          "attachments": [
            {
              "id": "131ea46e-a50d-40f6-ad28-7f943943364a",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-03-24T21:44:00.3383397Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "a470f750-89e2-40da-b802-4450d45333b2"
            },
            {
              "id": "131ea46e-a50d-40f6-ad28-7f943943364a",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-03-24T21:44:00.3383397Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "a470f750-89e2-40da-b802-4450d45333b2"
            }
          ],
          "selectedProducts": [
            {
              "id": "1abc88c1-babd-47b7-aad0-a08a891fab23",
              "markerXSolutionsId": "5a6610ff-2313-4109-b7a6-842918cf2a1f",
              "productId": "adb8ad95-a5b1-4b78-8877-87ad9bd605b7"
            },
            {
              "id": "1abc88c1-babd-47b7-aad0-a08a891fab23",
              "markerXSolutionsId": "5a6610ff-2313-4109-b7a6-842918cf2a1f",
              "productId": "adb8ad95-a5b1-4b78-8877-87ad9bd605b7"
            }
          ],
          "dimensionDialog": true,
          "attributesDialog": true,
          "isApproved": 2
        },
        {
          "id": "acc57c6d-0ec1-482b-aeaf-96774acbd4cf",
          "markerId": "c6029359-27be-48b1-adcb-aa5fe0eea29d",
          "solutionId": "9d278bf5-0fa7-45d6-a65b-7b9de3eb8fe4",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "sample string 10",
          "solution": {
            "id": "d5540ee0-74ff-4336-b13e-9d40c4f93433",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "0ed84df2-da7c-417f-9f75-d91431591581",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/0ed84df2-da7c-417f-9f75-d91431591581"
              },
              {
                "id": "0ed84df2-da7c-417f-9f75-d91431591581",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/0ed84df2-da7c-417f-9f75-d91431591581"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
                "qrLogAttributeListValue": {
                  "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                  "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                  "qrLogAttribute": {
                    "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                    "code": "sample string 2",
                    "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                    "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                    "qrLogAttributeClass": {
                      "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
                "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                      "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    },
                    {
                      "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                      "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
                "qrLogAttributeListValue": {
                  "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                  "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                  "qrLogAttribute": {
                    "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                    "code": "sample string 2",
                    "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                    "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                    "qrLogAttributeClass": {
                      "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
                "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                      "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    },
                    {
                      "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                      "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                      "translations": [
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        },
                        {
                          "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
              "qrLogAttributeListValue": {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
              "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
              "qrLogAttribute": {
                "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                "code": "sample string 2",
                "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                "qrLogAttributeClass": {
                  "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
              "qrLogAttributeListValue": {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
              "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
              "qrLogAttribute": {
                "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                "code": "sample string 2",
                "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                "qrLogAttributeClass": {
                  "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ],
          "attachments": [
            {
              "id": "131ea46e-a50d-40f6-ad28-7f943943364a",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-03-24T21:44:00.3383397Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "a470f750-89e2-40da-b802-4450d45333b2"
            },
            {
              "id": "131ea46e-a50d-40f6-ad28-7f943943364a",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-03-24T21:44:00.3383397Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "a470f750-89e2-40da-b802-4450d45333b2"
            }
          ],
          "selectedProducts": [
            {
              "id": "1abc88c1-babd-47b7-aad0-a08a891fab23",
              "markerXSolutionsId": "5a6610ff-2313-4109-b7a6-842918cf2a1f",
              "productId": "adb8ad95-a5b1-4b78-8877-87ad9bd605b7"
            },
            {
              "id": "1abc88c1-babd-47b7-aad0-a08a891fab23",
              "markerXSolutionsId": "5a6610ff-2313-4109-b7a6-842918cf2a1f",
              "productId": "adb8ad95-a5b1-4b78-8877-87ad9bd605b7"
            }
          ],
          "dimensionDialog": true,
          "attributesDialog": true,
          "isApproved": 2
        }
      ],
      "reports": [
        {
          "id": "3d78f417-ed54-4069-b8f7-31489839663d",
          "date": "sample string 2",
          "status": "sample string 3",
          "comment": "sample string 4",
          "name": "sample string 5",
          "email": "sample string 6",
          "report": "sample string 7",
          "company": "sample string 8",
          "image": "sample string 9",
          "customerId": 1,
          "markerId": "0e57ce1a-a80e-4d34-a378-c2a1bba629c8"
        },
        {
          "id": "3d78f417-ed54-4069-b8f7-31489839663d",
          "date": "sample string 2",
          "status": "sample string 3",
          "comment": "sample string 4",
          "name": "sample string 5",
          "email": "sample string 6",
          "report": "sample string 7",
          "company": "sample string 8",
          "image": "sample string 9",
          "customerId": 1,
          "markerId": "0e57ce1a-a80e-4d34-a378-c2a1bba629c8"
        }
      ],
      "archivedReports": [
        {
          "id": "3d78f417-ed54-4069-b8f7-31489839663d",
          "date": "sample string 2",
          "status": "sample string 3",
          "comment": "sample string 4",
          "name": "sample string 5",
          "email": "sample string 6",
          "report": "sample string 7",
          "company": "sample string 8",
          "image": "sample string 9",
          "customerId": 1,
          "markerId": "0e57ce1a-a80e-4d34-a378-c2a1bba629c8"
        },
        {
          "id": "3d78f417-ed54-4069-b8f7-31489839663d",
          "date": "sample string 2",
          "status": "sample string 3",
          "comment": "sample string 4",
          "name": "sample string 5",
          "email": "sample string 6",
          "report": "sample string 7",
          "company": "sample string 8",
          "image": "sample string 9",
          "customerId": 1,
          "markerId": "0e57ce1a-a80e-4d34-a378-c2a1bba629c8"
        }
      ],
      "productSolutions": [
        {
          "id": "d5540ee0-74ff-4336-b13e-9d40c4f93433",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "0ed84df2-da7c-417f-9f75-d91431591581",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/0ed84df2-da7c-417f-9f75-d91431591581"
            },
            {
              "id": "0ed84df2-da7c-417f-9f75-d91431591581",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/0ed84df2-da7c-417f-9f75-d91431591581"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
              "qrLogAttributeListValue": {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
              "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
              "qrLogAttribute": {
                "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                "code": "sample string 2",
                "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                "qrLogAttributeClass": {
                  "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
              "qrLogAttributeListValue": {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
              "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
              "qrLogAttribute": {
                "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                "code": "sample string 2",
                "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                "qrLogAttributeClass": {
                  "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        },
        {
          "id": "d5540ee0-74ff-4336-b13e-9d40c4f93433",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "0ed84df2-da7c-417f-9f75-d91431591581",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/0ed84df2-da7c-417f-9f75-d91431591581"
            },
            {
              "id": "0ed84df2-da7c-417f-9f75-d91431591581",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/0ed84df2-da7c-417f-9f75-d91431591581"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
              "qrLogAttributeListValue": {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
              "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
              "qrLogAttribute": {
                "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                "code": "sample string 2",
                "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                "qrLogAttributeClass": {
                  "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "d1883184-dcab-4785-b4f8-7da37f02d52f",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "ac3be7f9-1b38-40af-a8b3-0da5712f4de7",
              "qrLogAttributeListValue": {
                "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                "qrLogAttribute": {
                  "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                  "code": "sample string 2",
                  "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                  "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                  "qrLogAttributeClass": {
                    "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ]
              },
              "markerXSolutionsId": "1a86004f-0752-4957-9312-4ce4a213881a",
              "qrLogAttributeId": "0aba8915-7945-4dcd-a856-7f626aab1946",
              "qrLogAttribute": {
                "id": "49a343ee-ecad-4505-9cbf-e0895997fb2e",
                "code": "sample string 2",
                "selectedValue": "e5393f8c-2e4b-4837-8b48-7cfb13a18f10",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "654d7794-3d91-4e61-ba8f-57ff5f2fe400",
                "sourceId": "df646ed6-6fb4-446e-8083-d537d3a844af",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e295cf85-681c-4cc2-b9a5-47ccff4fe233",
                "qrLogAttributeClass": {
                  "id": "c7c46a7e-02e7-4c16-a7d9-803242a5f18e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    },
                    {
                      "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  },
                  {
                    "id": "879b9984-6ff3-4e6d-b117-4f829376082f",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "cf10d725-c25d-429f-adf5-19784ddc4d29",
                    "qrLogAttributeListValueGlobalRefId": "e41c372a-037b-497c-b873-774f26fa4078",
                    "translations": [
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      },
                      {
                        "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  },
                  {
                    "id": "6a7f014c-46c6-41ad-8fd0-9c93432a2ee5",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "cd323103-8472-4eb1-86f5-763228ad4d3d"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        }
      ]
    }
  ],
  "installers": [
    {
      "id": 1,
      "fullName": "sample string 2 sample string 3",
      "firstname": "sample string 2",
      "name": "sample string 3",
      "login": "sample string 4",
      "key": "sample string 5"
    },
    {
      "id": 1,
      "fullName": "sample string 2 sample string 3",
      "firstname": "sample string 2",
      "name": "sample string 3",
      "login": "sample string 4",
      "key": "sample string 5"
    }
  ],
  "allInstallers": [
    {
      "id": 1,
      "fullName": "sample string 2 sample string 3",
      "firstname": "sample string 2",
      "name": "sample string 3",
      "login": "sample string 4",
      "key": "sample string 5"
    },
    {
      "id": 1,
      "fullName": "sample string 2 sample string 3",
      "firstname": "sample string 2",
      "name": "sample string 3",
      "login": "sample string 4",
      "key": "sample string 5"
    }
  ],
  "isArchived": true
}