PUT api/Blueprints/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "id": "1ab0a203-b4fb-468a-a65a-8fa13a7fac1e",
  "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": "a6ad6aa8-6ca8-4789-bb49-961537fa2dd3",
  "buildingComponent": "sample string 15",
  "projectId": "ffba0df1-d2a7-49c5-92de-0133ee4146ae",
  "project": "sample string 17",
  "blueprintFileId": "16a99919-4ad4-4402-8d0c-0478e29722b7",
  "blueprintFile": {
    "id": "8782a542-f978-425a-afdb-0142023cab0d",
    "name": "sample string 2",
    "content": "sample string 3",
    "snapshot": "sample string 4"
  },
  "markers": [
    {
      "id": "0e0d582c-8285-458d-b5d6-f9b30362e55b",
      "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": "485206e0-d25a-464c-a9de-7f7efb9ad616",
      "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": "e02e6414-9db3-42a8-b8ac-460fbb41d46a",
      "blueprint": "sample string 12",
      "buildingComponent": "sample string 13",
      "buildingComponentId": "a7135cfc-2e4b-4573-8e19-a7d3a541c61e",
      "project": "sample string 15",
      "projectId": "eecfad5d-a88f-4f69-b6dd-2ccf8ccd34ba",
      "qrLogAttributeXMarker": [
        {
          "id": "cbf3f3f9-7570-4d45-9fc3-593fd0d54fb2",
          "value": "sample string 2",
          "qrLogAttributeListValueId": "97c311c9-b62a-4fc4-bc48-dadb223e3e12",
          "markerId": "016d9f06-be07-436e-b1bb-ee20446db109",
          "qrLogAttributeId": "2d05f7aa-2bfc-494a-b130-9bb9c8f8ab2d",
          "qrLogAttribute": {
            "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
            "code": "sample string 2",
            "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
            "value": "sample string 4",
            "customerId": 1,
            "visible": true,
            "index": 1,
            "required": true,
            "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
            "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
            "canDelete": true,
            "codeFallback": "sample string 3",
            "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
            "qrLogAttributeClass": {
              "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
              "code": "sample string 2",
              "name": "sample string 3",
              "translations": [
                {
                  "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                },
                {
                  "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                }
              ]
            },
            "qrLogAttributeListValue": [
              {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              }
            ],
            "translations": [
              {
                "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
              },
              {
                "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
              }
            ],
            "isOriginatedByPim": true
          }
        },
        {
          "id": "cbf3f3f9-7570-4d45-9fc3-593fd0d54fb2",
          "value": "sample string 2",
          "qrLogAttributeListValueId": "97c311c9-b62a-4fc4-bc48-dadb223e3e12",
          "markerId": "016d9f06-be07-436e-b1bb-ee20446db109",
          "qrLogAttributeId": "2d05f7aa-2bfc-494a-b130-9bb9c8f8ab2d",
          "qrLogAttribute": {
            "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
            "code": "sample string 2",
            "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
            "value": "sample string 4",
            "customerId": 1,
            "visible": true,
            "index": 1,
            "required": true,
            "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
            "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
            "canDelete": true,
            "codeFallback": "sample string 3",
            "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
            "qrLogAttributeClass": {
              "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
              "code": "sample string 2",
              "name": "sample string 3",
              "translations": [
                {
                  "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                },
                {
                  "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                }
              ]
            },
            "qrLogAttributeListValue": [
              {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              }
            ],
            "translations": [
              {
                "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
              },
              {
                "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
              }
            ],
            "isOriginatedByPim": true
          }
        }
      ],
      "markerXSolutions": [
        {
          "id": "bb1d601e-2f75-4ed8-87a5-1ddb63a9b0c6",
          "markerId": "4b7bb07e-687b-454e-89ee-5f6c3c4bb270",
          "solutionId": "ecc8dc90-5b90-48f7-9c2c-cb86a9b49f60",
          "taxonomy263415Id": "1bff6775-eec9-4520-af3f-0a6cce7ea00f",
          "amount": 3,
          "diameter": 4.0,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8.0,
          "comments": "sample string 9",
          "createdTs": "sample string 10",
          "solution": {
            "id": "bb72b90a-0c81-4cf9-9c5b-77847bf1090a",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "e963d3d5-dc3a-43d2-a245-0820bca50623",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/e963d3d5-dc3a-43d2-a245-0820bca50623"
              },
              {
                "id": "e963d3d5-dc3a-43d2-a245-0820bca50623",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/e963d3d5-dc3a-43d2-a245-0820bca50623"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
                "qrLogAttributeListValue": {
                  "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                  "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                  "qrLogAttribute": {
                    "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                    "code": "sample string 2",
                    "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                    "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                    "qrLogAttributeClass": {
                      "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
                "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                      "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    },
                    {
                      "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                      "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
                "qrLogAttributeListValue": {
                  "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                  "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                  "qrLogAttribute": {
                    "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                    "code": "sample string 2",
                    "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                    "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                    "qrLogAttributeClass": {
                      "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
                "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                      "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    },
                    {
                      "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                      "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
              "qrLogAttributeListValue": {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
              "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
              "qrLogAttribute": {
                "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                "code": "sample string 2",
                "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                "qrLogAttributeClass": {
                  "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
              "qrLogAttributeListValue": {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
              "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
              "qrLogAttribute": {
                "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                "code": "sample string 2",
                "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                "qrLogAttributeClass": {
                  "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ],
          "attachments": [
            {
              "id": "2b164f15-446d-410a-8898-a56b797fb348",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-14T01:07:51.0870315Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "55307c61-c071-4844-aeac-e1e30d05fba1"
            },
            {
              "id": "2b164f15-446d-410a-8898-a56b797fb348",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-14T01:07:51.0870315Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "55307c61-c071-4844-aeac-e1e30d05fba1"
            }
          ],
          "selectedProducts": [
            {
              "id": "09bb0b06-7454-437a-97b1-9d0911ffaf03",
              "markerXSolutionsId": "aeb719ba-66b9-4301-a278-a2c60b7f1af8",
              "productId": "701fd1ae-aa89-4dc5-836b-84580c270ac2"
            },
            {
              "id": "09bb0b06-7454-437a-97b1-9d0911ffaf03",
              "markerXSolutionsId": "aeb719ba-66b9-4301-a278-a2c60b7f1af8",
              "productId": "701fd1ae-aa89-4dc5-836b-84580c270ac2"
            }
          ],
          "dimensionDialog": true,
          "attributesDialog": true,
          "imageLink": "sample string 13",
          "isApproved": 2
        },
        {
          "id": "bb1d601e-2f75-4ed8-87a5-1ddb63a9b0c6",
          "markerId": "4b7bb07e-687b-454e-89ee-5f6c3c4bb270",
          "solutionId": "ecc8dc90-5b90-48f7-9c2c-cb86a9b49f60",
          "taxonomy263415Id": "1bff6775-eec9-4520-af3f-0a6cce7ea00f",
          "amount": 3,
          "diameter": 4.0,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8.0,
          "comments": "sample string 9",
          "createdTs": "sample string 10",
          "solution": {
            "id": "bb72b90a-0c81-4cf9-9c5b-77847bf1090a",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "e963d3d5-dc3a-43d2-a245-0820bca50623",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/e963d3d5-dc3a-43d2-a245-0820bca50623"
              },
              {
                "id": "e963d3d5-dc3a-43d2-a245-0820bca50623",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/e963d3d5-dc3a-43d2-a245-0820bca50623"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
                "qrLogAttributeListValue": {
                  "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                  "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                  "qrLogAttribute": {
                    "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                    "code": "sample string 2",
                    "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                    "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                    "qrLogAttributeClass": {
                      "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
                "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                      "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    },
                    {
                      "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                      "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
                "qrLogAttributeListValue": {
                  "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                  "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                  "qrLogAttribute": {
                    "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                    "code": "sample string 2",
                    "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                    "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                    "qrLogAttributeClass": {
                      "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
                "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                      "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    },
                    {
                      "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                      "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
              "qrLogAttributeListValue": {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
              "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
              "qrLogAttribute": {
                "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                "code": "sample string 2",
                "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                "qrLogAttributeClass": {
                  "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
              "qrLogAttributeListValue": {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
              "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
              "qrLogAttribute": {
                "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                "code": "sample string 2",
                "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                "qrLogAttributeClass": {
                  "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ],
          "attachments": [
            {
              "id": "2b164f15-446d-410a-8898-a56b797fb348",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-14T01:07:51.0870315Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "55307c61-c071-4844-aeac-e1e30d05fba1"
            },
            {
              "id": "2b164f15-446d-410a-8898-a56b797fb348",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-14T01:07:51.0870315Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "55307c61-c071-4844-aeac-e1e30d05fba1"
            }
          ],
          "selectedProducts": [
            {
              "id": "09bb0b06-7454-437a-97b1-9d0911ffaf03",
              "markerXSolutionsId": "aeb719ba-66b9-4301-a278-a2c60b7f1af8",
              "productId": "701fd1ae-aa89-4dc5-836b-84580c270ac2"
            },
            {
              "id": "09bb0b06-7454-437a-97b1-9d0911ffaf03",
              "markerXSolutionsId": "aeb719ba-66b9-4301-a278-a2c60b7f1af8",
              "productId": "701fd1ae-aa89-4dc5-836b-84580c270ac2"
            }
          ],
          "dimensionDialog": true,
          "attributesDialog": true,
          "imageLink": "sample string 13",
          "isApproved": 2
        }
      ],
      "reports": [
        {
          "id": "cf9c0ad4-5167-4664-ae08-a6a22a7ef636",
          "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": "bec17cb6-ad3a-4e6d-9724-ab54ead79d7c"
        },
        {
          "id": "cf9c0ad4-5167-4664-ae08-a6a22a7ef636",
          "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": "bec17cb6-ad3a-4e6d-9724-ab54ead79d7c"
        }
      ],
      "archivedReports": [
        {
          "id": "cf9c0ad4-5167-4664-ae08-a6a22a7ef636",
          "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": "bec17cb6-ad3a-4e6d-9724-ab54ead79d7c"
        },
        {
          "id": "cf9c0ad4-5167-4664-ae08-a6a22a7ef636",
          "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": "bec17cb6-ad3a-4e6d-9724-ab54ead79d7c"
        }
      ],
      "productSolutions": [
        {
          "id": "bb72b90a-0c81-4cf9-9c5b-77847bf1090a",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "e963d3d5-dc3a-43d2-a245-0820bca50623",
              "name": "sample string 2",
              "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/e963d3d5-dc3a-43d2-a245-0820bca50623"
            },
            {
              "id": "e963d3d5-dc3a-43d2-a245-0820bca50623",
              "name": "sample string 2",
              "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/e963d3d5-dc3a-43d2-a245-0820bca50623"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
              "qrLogAttributeListValue": {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
              "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
              "qrLogAttribute": {
                "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                "code": "sample string 2",
                "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                "qrLogAttributeClass": {
                  "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
              "qrLogAttributeListValue": {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
              "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
              "qrLogAttribute": {
                "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                "code": "sample string 2",
                "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                "qrLogAttributeClass": {
                  "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        },
        {
          "id": "bb72b90a-0c81-4cf9-9c5b-77847bf1090a",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "e963d3d5-dc3a-43d2-a245-0820bca50623",
              "name": "sample string 2",
              "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/e963d3d5-dc3a-43d2-a245-0820bca50623"
            },
            {
              "id": "e963d3d5-dc3a-43d2-a245-0820bca50623",
              "name": "sample string 2",
              "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/e963d3d5-dc3a-43d2-a245-0820bca50623"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
              "qrLogAttributeListValue": {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
              "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
              "qrLogAttribute": {
                "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                "code": "sample string 2",
                "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                "qrLogAttributeClass": {
                  "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
              "qrLogAttributeListValue": {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
              "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
              "qrLogAttribute": {
                "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                "code": "sample string 2",
                "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                "qrLogAttributeClass": {
                  "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        }
      ]
    },
    {
      "id": "0e0d582c-8285-458d-b5d6-f9b30362e55b",
      "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": "485206e0-d25a-464c-a9de-7f7efb9ad616",
      "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": "e02e6414-9db3-42a8-b8ac-460fbb41d46a",
      "blueprint": "sample string 12",
      "buildingComponent": "sample string 13",
      "buildingComponentId": "a7135cfc-2e4b-4573-8e19-a7d3a541c61e",
      "project": "sample string 15",
      "projectId": "eecfad5d-a88f-4f69-b6dd-2ccf8ccd34ba",
      "qrLogAttributeXMarker": [
        {
          "id": "cbf3f3f9-7570-4d45-9fc3-593fd0d54fb2",
          "value": "sample string 2",
          "qrLogAttributeListValueId": "97c311c9-b62a-4fc4-bc48-dadb223e3e12",
          "markerId": "016d9f06-be07-436e-b1bb-ee20446db109",
          "qrLogAttributeId": "2d05f7aa-2bfc-494a-b130-9bb9c8f8ab2d",
          "qrLogAttribute": {
            "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
            "code": "sample string 2",
            "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
            "value": "sample string 4",
            "customerId": 1,
            "visible": true,
            "index": 1,
            "required": true,
            "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
            "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
            "canDelete": true,
            "codeFallback": "sample string 3",
            "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
            "qrLogAttributeClass": {
              "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
              "code": "sample string 2",
              "name": "sample string 3",
              "translations": [
                {
                  "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                },
                {
                  "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                }
              ]
            },
            "qrLogAttributeListValue": [
              {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              }
            ],
            "translations": [
              {
                "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
              },
              {
                "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
              }
            ],
            "isOriginatedByPim": true
          }
        },
        {
          "id": "cbf3f3f9-7570-4d45-9fc3-593fd0d54fb2",
          "value": "sample string 2",
          "qrLogAttributeListValueId": "97c311c9-b62a-4fc4-bc48-dadb223e3e12",
          "markerId": "016d9f06-be07-436e-b1bb-ee20446db109",
          "qrLogAttributeId": "2d05f7aa-2bfc-494a-b130-9bb9c8f8ab2d",
          "qrLogAttribute": {
            "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
            "code": "sample string 2",
            "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
            "value": "sample string 4",
            "customerId": 1,
            "visible": true,
            "index": 1,
            "required": true,
            "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
            "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
            "canDelete": true,
            "codeFallback": "sample string 3",
            "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
            "qrLogAttributeClass": {
              "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
              "code": "sample string 2",
              "name": "sample string 3",
              "translations": [
                {
                  "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                },
                {
                  "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                }
              ]
            },
            "qrLogAttributeListValue": [
              {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              }
            ],
            "translations": [
              {
                "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
              },
              {
                "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
              }
            ],
            "isOriginatedByPim": true
          }
        }
      ],
      "markerXSolutions": [
        {
          "id": "bb1d601e-2f75-4ed8-87a5-1ddb63a9b0c6",
          "markerId": "4b7bb07e-687b-454e-89ee-5f6c3c4bb270",
          "solutionId": "ecc8dc90-5b90-48f7-9c2c-cb86a9b49f60",
          "taxonomy263415Id": "1bff6775-eec9-4520-af3f-0a6cce7ea00f",
          "amount": 3,
          "diameter": 4.0,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8.0,
          "comments": "sample string 9",
          "createdTs": "sample string 10",
          "solution": {
            "id": "bb72b90a-0c81-4cf9-9c5b-77847bf1090a",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "e963d3d5-dc3a-43d2-a245-0820bca50623",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/e963d3d5-dc3a-43d2-a245-0820bca50623"
              },
              {
                "id": "e963d3d5-dc3a-43d2-a245-0820bca50623",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/e963d3d5-dc3a-43d2-a245-0820bca50623"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
                "qrLogAttributeListValue": {
                  "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                  "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                  "qrLogAttribute": {
                    "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                    "code": "sample string 2",
                    "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                    "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                    "qrLogAttributeClass": {
                      "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
                "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                      "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    },
                    {
                      "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                      "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
                "qrLogAttributeListValue": {
                  "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                  "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                  "qrLogAttribute": {
                    "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                    "code": "sample string 2",
                    "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                    "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                    "qrLogAttributeClass": {
                      "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
                "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                      "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    },
                    {
                      "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                      "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
              "qrLogAttributeListValue": {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
              "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
              "qrLogAttribute": {
                "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                "code": "sample string 2",
                "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                "qrLogAttributeClass": {
                  "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
              "qrLogAttributeListValue": {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
              "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
              "qrLogAttribute": {
                "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                "code": "sample string 2",
                "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                "qrLogAttributeClass": {
                  "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ],
          "attachments": [
            {
              "id": "2b164f15-446d-410a-8898-a56b797fb348",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-14T01:07:51.0870315Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "55307c61-c071-4844-aeac-e1e30d05fba1"
            },
            {
              "id": "2b164f15-446d-410a-8898-a56b797fb348",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-14T01:07:51.0870315Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "55307c61-c071-4844-aeac-e1e30d05fba1"
            }
          ],
          "selectedProducts": [
            {
              "id": "09bb0b06-7454-437a-97b1-9d0911ffaf03",
              "markerXSolutionsId": "aeb719ba-66b9-4301-a278-a2c60b7f1af8",
              "productId": "701fd1ae-aa89-4dc5-836b-84580c270ac2"
            },
            {
              "id": "09bb0b06-7454-437a-97b1-9d0911ffaf03",
              "markerXSolutionsId": "aeb719ba-66b9-4301-a278-a2c60b7f1af8",
              "productId": "701fd1ae-aa89-4dc5-836b-84580c270ac2"
            }
          ],
          "dimensionDialog": true,
          "attributesDialog": true,
          "imageLink": "sample string 13",
          "isApproved": 2
        },
        {
          "id": "bb1d601e-2f75-4ed8-87a5-1ddb63a9b0c6",
          "markerId": "4b7bb07e-687b-454e-89ee-5f6c3c4bb270",
          "solutionId": "ecc8dc90-5b90-48f7-9c2c-cb86a9b49f60",
          "taxonomy263415Id": "1bff6775-eec9-4520-af3f-0a6cce7ea00f",
          "amount": 3,
          "diameter": 4.0,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8.0,
          "comments": "sample string 9",
          "createdTs": "sample string 10",
          "solution": {
            "id": "bb72b90a-0c81-4cf9-9c5b-77847bf1090a",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "e963d3d5-dc3a-43d2-a245-0820bca50623",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/e963d3d5-dc3a-43d2-a245-0820bca50623"
              },
              {
                "id": "e963d3d5-dc3a-43d2-a245-0820bca50623",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/e963d3d5-dc3a-43d2-a245-0820bca50623"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
                "qrLogAttributeListValue": {
                  "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                  "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                  "qrLogAttribute": {
                    "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                    "code": "sample string 2",
                    "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                    "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                    "qrLogAttributeClass": {
                      "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
                "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                      "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    },
                    {
                      "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                      "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
                "qrLogAttributeListValue": {
                  "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                  "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                  "qrLogAttribute": {
                    "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                    "code": "sample string 2",
                    "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                    "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                    "qrLogAttributeClass": {
                      "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
                "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                      "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    },
                    {
                      "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                      "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                      "translations": [
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        },
                        {
                          "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
              "qrLogAttributeListValue": {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
              "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
              "qrLogAttribute": {
                "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                "code": "sample string 2",
                "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                "qrLogAttributeClass": {
                  "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
              "qrLogAttributeListValue": {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
              "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
              "qrLogAttribute": {
                "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                "code": "sample string 2",
                "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                "qrLogAttributeClass": {
                  "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ],
          "attachments": [
            {
              "id": "2b164f15-446d-410a-8898-a56b797fb348",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-14T01:07:51.0870315Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "55307c61-c071-4844-aeac-e1e30d05fba1"
            },
            {
              "id": "2b164f15-446d-410a-8898-a56b797fb348",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-14T01:07:51.0870315Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "55307c61-c071-4844-aeac-e1e30d05fba1"
            }
          ],
          "selectedProducts": [
            {
              "id": "09bb0b06-7454-437a-97b1-9d0911ffaf03",
              "markerXSolutionsId": "aeb719ba-66b9-4301-a278-a2c60b7f1af8",
              "productId": "701fd1ae-aa89-4dc5-836b-84580c270ac2"
            },
            {
              "id": "09bb0b06-7454-437a-97b1-9d0911ffaf03",
              "markerXSolutionsId": "aeb719ba-66b9-4301-a278-a2c60b7f1af8",
              "productId": "701fd1ae-aa89-4dc5-836b-84580c270ac2"
            }
          ],
          "dimensionDialog": true,
          "attributesDialog": true,
          "imageLink": "sample string 13",
          "isApproved": 2
        }
      ],
      "reports": [
        {
          "id": "cf9c0ad4-5167-4664-ae08-a6a22a7ef636",
          "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": "bec17cb6-ad3a-4e6d-9724-ab54ead79d7c"
        },
        {
          "id": "cf9c0ad4-5167-4664-ae08-a6a22a7ef636",
          "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": "bec17cb6-ad3a-4e6d-9724-ab54ead79d7c"
        }
      ],
      "archivedReports": [
        {
          "id": "cf9c0ad4-5167-4664-ae08-a6a22a7ef636",
          "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": "bec17cb6-ad3a-4e6d-9724-ab54ead79d7c"
        },
        {
          "id": "cf9c0ad4-5167-4664-ae08-a6a22a7ef636",
          "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": "bec17cb6-ad3a-4e6d-9724-ab54ead79d7c"
        }
      ],
      "productSolutions": [
        {
          "id": "bb72b90a-0c81-4cf9-9c5b-77847bf1090a",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "e963d3d5-dc3a-43d2-a245-0820bca50623",
              "name": "sample string 2",
              "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/e963d3d5-dc3a-43d2-a245-0820bca50623"
            },
            {
              "id": "e963d3d5-dc3a-43d2-a245-0820bca50623",
              "name": "sample string 2",
              "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/e963d3d5-dc3a-43d2-a245-0820bca50623"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
              "qrLogAttributeListValue": {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
              "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
              "qrLogAttribute": {
                "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                "code": "sample string 2",
                "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                "qrLogAttributeClass": {
                  "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
              "qrLogAttributeListValue": {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
              "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
              "qrLogAttribute": {
                "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                "code": "sample string 2",
                "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                "qrLogAttributeClass": {
                  "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        },
        {
          "id": "bb72b90a-0c81-4cf9-9c5b-77847bf1090a",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "e963d3d5-dc3a-43d2-a245-0820bca50623",
              "name": "sample string 2",
              "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/e963d3d5-dc3a-43d2-a245-0820bca50623"
            },
            {
              "id": "e963d3d5-dc3a-43d2-a245-0820bca50623",
              "name": "sample string 2",
              "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/e963d3d5-dc3a-43d2-a245-0820bca50623"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
              "qrLogAttributeListValue": {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
              "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
              "qrLogAttribute": {
                "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                "code": "sample string 2",
                "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                "qrLogAttributeClass": {
                  "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "3bfdcec1-bec8-4ef9-8b22-afde24c86127",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5634073a-eaa7-414f-af1b-de98b0c8fd01",
              "qrLogAttributeListValue": {
                "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                "qrLogAttribute": {
                  "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                  "code": "sample string 2",
                  "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                  "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                  "qrLogAttributeClass": {
                    "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ]
              },
              "markerXSolutionsId": "68275e6e-4718-4d43-a919-37857d9bac8a",
              "qrLogAttributeId": "3950924d-3fce-4f43-98f0-41e60b8a7122",
              "qrLogAttribute": {
                "id": "37e7200a-be5c-48da-84e2-e3c2a8d13fb5",
                "code": "sample string 2",
                "selectedValue": "d55c6c38-11c4-46c8-8c3d-2e7a6b8688ff",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "79701432-58e4-4613-aef9-8d079f9f8cad",
                "sourceId": "e5d2b4b4-8038-4795-8e65-239b213161f9",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "e810175e-463d-43f0-884e-dab5e03f8aaa",
                "qrLogAttributeClass": {
                  "id": "fad2dbab-a39a-48d4-a4c2-111eff1c2728",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    },
                    {
                      "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  },
                  {
                    "id": "c43ac925-9aff-4fe9-8d32-9e7a4791abaf",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "dd7c574f-eb49-4c2a-94d1-18461711918b",
                    "qrLogAttributeListValueGlobalRefId": "f6c38ae7-c5c6-42eb-b6ce-8a5d7daa6ab6",
                    "translations": [
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      },
                      {
                        "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  },
                  {
                    "id": "d45532fc-659b-41ff-942d-529f3b2aa2bb",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "23704c41-e3cf-4a7a-8a38-baa9a40b3da2"
                  }
                ],
                "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
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.