GET api/Markers/{id}?languageCode={languageCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| languageCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MarkerViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Number | integer |
None. |
|
| Label | string |
None. |
|
| CoordX | decimal number |
None. |
|
| CoordY | decimal number |
None. |
|
| CoordX2 | decimal number |
None. |
|
| CoordY2 | decimal number |
None. |
|
| CreatedTs | string |
None. |
|
| ModifiedTs | string |
None. |
|
| Date | string |
None. |
|
| CustomerId | integer |
None. |
|
| Assigned | boolean |
None. |
|
| QRId | globally unique identifier |
None. |
|
| Comments | string |
None. |
|
| Status | string |
None. |
|
| ManualStatus | integer |
None. |
|
| IsApproved | integer |
None. |
|
| InstallerId | integer |
None. |
|
| Installer | InstallerViewModel |
None. |
|
| BlueprintId | globally unique identifier |
None. |
|
| Blueprint | string |
None. |
|
| BuildingComponent | string |
None. |
|
| BuildingComponentId | globally unique identifier |
None. |
|
| Project | string |
None. |
|
| ProjectId | globally unique identifier |
None. |
|
| QRLogAttributeXMarker | Collection of QRLogAttributeXMarkerViewModel |
None. |
|
| MarkerXSolutions | Collection of MarkerXSolutionsViewModel |
None. |
|
| Reports | Collection of ReportViewModel |
None. |
|
| ArchivedReports | Collection of ReportViewModel |
None. |
|
| ProductSolutions | Collection of ProductSolutionViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "1efdfc06-06d0-4fc5-9b94-7723d02882b9",
"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": "4dfe6919-74be-48cd-bf04-148aeb1bccf9",
"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": "672c41d8-99b9-4a20-b249-23db46b1bbb6",
"blueprint": "sample string 12",
"buildingComponent": "sample string 13",
"buildingComponentId": "d16e8aea-c2ec-401c-81b5-1619e2644e6a",
"project": "sample string 15",
"projectId": "84388b21-8b70-48c4-8dad-d8331b2026cc",
"qrLogAttributeXMarker": [
{
"id": "e5ac77a9-e7c6-4f86-8d6c-53c07d8289b8",
"value": "sample string 2",
"qrLogAttributeListValueId": "148e4c88-d5dd-46a5-ab35-0c2767dc6dad",
"markerId": "48325254-b051-48dc-9f35-95ac3f360dc4",
"qrLogAttributeId": "d00e04ed-1eb3-407a-a73e-7ca7e8284c9e",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
}
],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
}
},
{
"id": "e5ac77a9-e7c6-4f86-8d6c-53c07d8289b8",
"value": "sample string 2",
"qrLogAttributeListValueId": "148e4c88-d5dd-46a5-ab35-0c2767dc6dad",
"markerId": "48325254-b051-48dc-9f35-95ac3f360dc4",
"qrLogAttributeId": "d00e04ed-1eb3-407a-a73e-7ca7e8284c9e",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
}
],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
}
}
],
"markerXSolutions": [
{
"id": "17f60131-1471-4a52-94c0-f3817d689e44",
"markerId": "c2901d35-32d6-45ca-ac39-e7eb1d3e9439",
"solutionId": "347e9665-d962-4b96-a9c4-f669b258a475",
"amount": 3,
"diameter": 4,
"unit": "sample string 5",
"width": 6,
"height": 7,
"length": 8,
"comments": "sample string 9",
"createdTs": "sample string 10",
"solution": {
"id": "92d825f8-be54-4f61-9473-521bcc82784e",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "ed727a93-cb6a-4e2e-8942-1387f1a2620b",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/ed727a93-cb6a-4e2e-8942-1387f1a2620b"
},
{
"id": "ed727a93-cb6a-4e2e-8942-1387f1a2620b",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/ed727a93-cb6a-4e2e-8942-1387f1a2620b"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "59af5ffd-54c1-473b-850f-c86f208e0b2e",
"value": "sample string 2",
"qrLogAttributeListValueId": "b4257a4c-b5ba-47e1-8215-4c5b70119d0b",
"qrLogAttributeListValue": {
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"markerXSolutionsId": "5c63fcc8-dd39-4d9c-a291-9b8e76629b1a",
"qrLogAttributeId": "abd25d0e-4311-431a-9b88-cbbaea95b98c",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
}
],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
}
},
{
"id": "59af5ffd-54c1-473b-850f-c86f208e0b2e",
"value": "sample string 2",
"qrLogAttributeListValueId": "b4257a4c-b5ba-47e1-8215-4c5b70119d0b",
"qrLogAttributeListValue": {
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"markerXSolutionsId": "5c63fcc8-dd39-4d9c-a291-9b8e76629b1a",
"qrLogAttributeId": "abd25d0e-4311-431a-9b88-cbbaea95b98c",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
}
],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "59af5ffd-54c1-473b-850f-c86f208e0b2e",
"value": "sample string 2",
"qrLogAttributeListValueId": "b4257a4c-b5ba-47e1-8215-4c5b70119d0b",
"qrLogAttributeListValue": {
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"markerXSolutionsId": "5c63fcc8-dd39-4d9c-a291-9b8e76629b1a",
"qrLogAttributeId": "abd25d0e-4311-431a-9b88-cbbaea95b98c",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
}
],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
}
},
{
"id": "59af5ffd-54c1-473b-850f-c86f208e0b2e",
"value": "sample string 2",
"qrLogAttributeListValueId": "b4257a4c-b5ba-47e1-8215-4c5b70119d0b",
"qrLogAttributeListValue": {
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"markerXSolutionsId": "5c63fcc8-dd39-4d9c-a291-9b8e76629b1a",
"qrLogAttributeId": "abd25d0e-4311-431a-9b88-cbbaea95b98c",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
}
],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "0757f293-10ec-4069-905e-c886666a892a",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-30T08:11:39.2046914Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "3f22e900-4673-4046-864c-9abb9810f973"
},
{
"id": "0757f293-10ec-4069-905e-c886666a892a",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-30T08:11:39.2046914Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "3f22e900-4673-4046-864c-9abb9810f973"
}
],
"selectedProducts": [
{
"id": "2a2da06e-75f6-493b-8b9b-a08006e09c37",
"markerXSolutionsId": "cf984961-819c-4123-8b8e-d0548aba8e9e",
"productId": "529ab4ff-8ab0-416a-8270-64f3281e2c71"
},
{
"id": "2a2da06e-75f6-493b-8b9b-a08006e09c37",
"markerXSolutionsId": "cf984961-819c-4123-8b8e-d0548aba8e9e",
"productId": "529ab4ff-8ab0-416a-8270-64f3281e2c71"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"isApproved": 2
},
{
"id": "17f60131-1471-4a52-94c0-f3817d689e44",
"markerId": "c2901d35-32d6-45ca-ac39-e7eb1d3e9439",
"solutionId": "347e9665-d962-4b96-a9c4-f669b258a475",
"amount": 3,
"diameter": 4,
"unit": "sample string 5",
"width": 6,
"height": 7,
"length": 8,
"comments": "sample string 9",
"createdTs": "sample string 10",
"solution": {
"id": "92d825f8-be54-4f61-9473-521bcc82784e",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "ed727a93-cb6a-4e2e-8942-1387f1a2620b",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/ed727a93-cb6a-4e2e-8942-1387f1a2620b"
},
{
"id": "ed727a93-cb6a-4e2e-8942-1387f1a2620b",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/ed727a93-cb6a-4e2e-8942-1387f1a2620b"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "59af5ffd-54c1-473b-850f-c86f208e0b2e",
"value": "sample string 2",
"qrLogAttributeListValueId": "b4257a4c-b5ba-47e1-8215-4c5b70119d0b",
"qrLogAttributeListValue": {
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"markerXSolutionsId": "5c63fcc8-dd39-4d9c-a291-9b8e76629b1a",
"qrLogAttributeId": "abd25d0e-4311-431a-9b88-cbbaea95b98c",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
}
],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
}
},
{
"id": "59af5ffd-54c1-473b-850f-c86f208e0b2e",
"value": "sample string 2",
"qrLogAttributeListValueId": "b4257a4c-b5ba-47e1-8215-4c5b70119d0b",
"qrLogAttributeListValue": {
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"markerXSolutionsId": "5c63fcc8-dd39-4d9c-a291-9b8e76629b1a",
"qrLogAttributeId": "abd25d0e-4311-431a-9b88-cbbaea95b98c",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
}
],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "59af5ffd-54c1-473b-850f-c86f208e0b2e",
"value": "sample string 2",
"qrLogAttributeListValueId": "b4257a4c-b5ba-47e1-8215-4c5b70119d0b",
"qrLogAttributeListValue": {
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"markerXSolutionsId": "5c63fcc8-dd39-4d9c-a291-9b8e76629b1a",
"qrLogAttributeId": "abd25d0e-4311-431a-9b88-cbbaea95b98c",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
}
],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
}
},
{
"id": "59af5ffd-54c1-473b-850f-c86f208e0b2e",
"value": "sample string 2",
"qrLogAttributeListValueId": "b4257a4c-b5ba-47e1-8215-4c5b70119d0b",
"qrLogAttributeListValue": {
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"markerXSolutionsId": "5c63fcc8-dd39-4d9c-a291-9b8e76629b1a",
"qrLogAttributeId": "abd25d0e-4311-431a-9b88-cbbaea95b98c",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
}
],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "0757f293-10ec-4069-905e-c886666a892a",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-30T08:11:39.2046914Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "3f22e900-4673-4046-864c-9abb9810f973"
},
{
"id": "0757f293-10ec-4069-905e-c886666a892a",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-30T08:11:39.2046914Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "3f22e900-4673-4046-864c-9abb9810f973"
}
],
"selectedProducts": [
{
"id": "2a2da06e-75f6-493b-8b9b-a08006e09c37",
"markerXSolutionsId": "cf984961-819c-4123-8b8e-d0548aba8e9e",
"productId": "529ab4ff-8ab0-416a-8270-64f3281e2c71"
},
{
"id": "2a2da06e-75f6-493b-8b9b-a08006e09c37",
"markerXSolutionsId": "cf984961-819c-4123-8b8e-d0548aba8e9e",
"productId": "529ab4ff-8ab0-416a-8270-64f3281e2c71"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"isApproved": 2
}
],
"reports": [
{
"id": "aac5ae0d-a6cd-4456-beee-bff138b93646",
"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": "32ed4519-5216-47fd-9790-9d573700e254"
},
{
"id": "aac5ae0d-a6cd-4456-beee-bff138b93646",
"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": "32ed4519-5216-47fd-9790-9d573700e254"
}
],
"archivedReports": [
{
"id": "aac5ae0d-a6cd-4456-beee-bff138b93646",
"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": "32ed4519-5216-47fd-9790-9d573700e254"
},
{
"id": "aac5ae0d-a6cd-4456-beee-bff138b93646",
"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": "32ed4519-5216-47fd-9790-9d573700e254"
}
],
"productSolutions": [
{
"id": "92d825f8-be54-4f61-9473-521bcc82784e",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "ed727a93-cb6a-4e2e-8942-1387f1a2620b",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/ed727a93-cb6a-4e2e-8942-1387f1a2620b"
},
{
"id": "ed727a93-cb6a-4e2e-8942-1387f1a2620b",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/ed727a93-cb6a-4e2e-8942-1387f1a2620b"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "59af5ffd-54c1-473b-850f-c86f208e0b2e",
"value": "sample string 2",
"qrLogAttributeListValueId": "b4257a4c-b5ba-47e1-8215-4c5b70119d0b",
"qrLogAttributeListValue": {
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"markerXSolutionsId": "5c63fcc8-dd39-4d9c-a291-9b8e76629b1a",
"qrLogAttributeId": "abd25d0e-4311-431a-9b88-cbbaea95b98c",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
}
],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
}
},
{
"id": "59af5ffd-54c1-473b-850f-c86f208e0b2e",
"value": "sample string 2",
"qrLogAttributeListValueId": "b4257a4c-b5ba-47e1-8215-4c5b70119d0b",
"qrLogAttributeListValue": {
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"markerXSolutionsId": "5c63fcc8-dd39-4d9c-a291-9b8e76629b1a",
"qrLogAttributeId": "abd25d0e-4311-431a-9b88-cbbaea95b98c",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
}
],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
}
}
]
},
{
"id": "92d825f8-be54-4f61-9473-521bcc82784e",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "ed727a93-cb6a-4e2e-8942-1387f1a2620b",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/ed727a93-cb6a-4e2e-8942-1387f1a2620b"
},
{
"id": "ed727a93-cb6a-4e2e-8942-1387f1a2620b",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/ed727a93-cb6a-4e2e-8942-1387f1a2620b"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "59af5ffd-54c1-473b-850f-c86f208e0b2e",
"value": "sample string 2",
"qrLogAttributeListValueId": "b4257a4c-b5ba-47e1-8215-4c5b70119d0b",
"qrLogAttributeListValue": {
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"markerXSolutionsId": "5c63fcc8-dd39-4d9c-a291-9b8e76629b1a",
"qrLogAttributeId": "abd25d0e-4311-431a-9b88-cbbaea95b98c",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
}
],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
}
},
{
"id": "59af5ffd-54c1-473b-850f-c86f208e0b2e",
"value": "sample string 2",
"qrLogAttributeListValueId": "b4257a4c-b5ba-47e1-8215-4c5b70119d0b",
"qrLogAttributeListValue": {
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"markerXSolutionsId": "5c63fcc8-dd39-4d9c-a291-9b8e76629b1a",
"qrLogAttributeId": "abd25d0e-4311-431a-9b88-cbbaea95b98c",
"qrLogAttribute": {
"id": "0a09824e-4017-49f3-bb71-9e2b6a8bfa9d",
"code": "sample string 2",
"selectedValue": "b15398f1-5fe5-42d4-9f38-ae43b2f2d2b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e2f6be82-8b5e-4189-a789-a5a5d1169751",
"sourceId": "e87ff247-6a8a-429b-8931-45458321e2db",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "717a5773-e450-49d4-a41e-78e5d5df201d",
"qrLogAttributeClass": {
"id": "8a26a2b9-687d-4610-bf86-9ed64fdc656f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
},
{
"id": "c05374b0-f00e-44e7-85ab-f6c0080bebda",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c9badcbe-cad5-434b-957a-cef451f292e0",
"qrLogAttributeListValueGlobalRefId": "600273c1-7ec6-4d69-bcc5-221d133bb602",
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
]
}
],
"translations": [
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
},
{
"id": "89f5b2ee-64b8-45fc-b418-81ca58daa535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "861e9b7f-cf42-4547-95ab-7d677b5a3a14"
}
],
"isOriginatedByPim": true
}
}
]
}
]
}