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": "b8c17ef2-b60d-4e6d-aedf-8c4bdfb6d71c",
"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": "2e51e08d-85fb-4d39-8e28-513f66da06c8",
"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": "a7ecaf71-a34b-440c-9796-f9b97776bfe0",
"blueprint": "sample string 12",
"buildingComponent": "sample string 13",
"buildingComponentId": "b52359b2-02a8-473e-a5f0-ccf58a0bd024",
"project": "sample string 15",
"projectId": "3fb5093d-7204-4fa9-8bb0-1af6152430ce",
"qrLogAttributeXMarker": [
{
"id": "76ff194c-aaad-4423-84db-c944a449f7cd",
"value": "sample string 2",
"qrLogAttributeListValueId": "c4033aa4-6ed4-4799-8b0c-3e97f26bdcfc",
"markerId": "6da01d60-f84b-42a7-8d1e-62e3c3e20e00",
"qrLogAttributeId": "9b082db6-3204-44e5-ab3d-404ec7615e95",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
}
],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
}
},
{
"id": "76ff194c-aaad-4423-84db-c944a449f7cd",
"value": "sample string 2",
"qrLogAttributeListValueId": "c4033aa4-6ed4-4799-8b0c-3e97f26bdcfc",
"markerId": "6da01d60-f84b-42a7-8d1e-62e3c3e20e00",
"qrLogAttributeId": "9b082db6-3204-44e5-ab3d-404ec7615e95",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
}
],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
}
}
],
"markerXSolutions": [
{
"id": "66e3c77c-f720-46bb-b19b-45b9e325ec98",
"markerId": "5fecc27c-c067-4016-98c1-71698d5a1a4d",
"solutionId": "9aa1b0ba-9c78-4f67-8a15-7b6549e34ee4",
"taxonomy263415Id": "c1e4b115-5340-416c-87d3-de6e93b1fbe5",
"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": "52650723-05b3-4e5b-9b2f-450e817ea361",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "00a26deb-a85f-449b-9e2f-bd9cd4dd5b42",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/00a26deb-a85f-449b-9e2f-bd9cd4dd5b42"
},
{
"id": "00a26deb-a85f-449b-9e2f-bd9cd4dd5b42",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/00a26deb-a85f-449b-9e2f-bd9cd4dd5b42"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "14abd43d-868f-4ef6-a40c-f9defd0fd4e6",
"value": "sample string 2",
"qrLogAttributeListValueId": "4c4cf3d5-a070-410f-a04f-6e71e65a1a0a",
"qrLogAttributeListValue": {
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"markerXSolutionsId": "d53f75fb-b21b-402e-b14d-9fa7aaa0de98",
"qrLogAttributeId": "c51ef615-38b5-4ed2-9963-3d12c6d606c7",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
}
],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
}
},
{
"id": "14abd43d-868f-4ef6-a40c-f9defd0fd4e6",
"value": "sample string 2",
"qrLogAttributeListValueId": "4c4cf3d5-a070-410f-a04f-6e71e65a1a0a",
"qrLogAttributeListValue": {
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"markerXSolutionsId": "d53f75fb-b21b-402e-b14d-9fa7aaa0de98",
"qrLogAttributeId": "c51ef615-38b5-4ed2-9963-3d12c6d606c7",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
}
],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "14abd43d-868f-4ef6-a40c-f9defd0fd4e6",
"value": "sample string 2",
"qrLogAttributeListValueId": "4c4cf3d5-a070-410f-a04f-6e71e65a1a0a",
"qrLogAttributeListValue": {
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"markerXSolutionsId": "d53f75fb-b21b-402e-b14d-9fa7aaa0de98",
"qrLogAttributeId": "c51ef615-38b5-4ed2-9963-3d12c6d606c7",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
}
],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
}
},
{
"id": "14abd43d-868f-4ef6-a40c-f9defd0fd4e6",
"value": "sample string 2",
"qrLogAttributeListValueId": "4c4cf3d5-a070-410f-a04f-6e71e65a1a0a",
"qrLogAttributeListValue": {
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"markerXSolutionsId": "d53f75fb-b21b-402e-b14d-9fa7aaa0de98",
"qrLogAttributeId": "c51ef615-38b5-4ed2-9963-3d12c6d606c7",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
}
],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "3bd501a5-511e-4fe7-b135-c11a0e19b1a6",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-14T01:04:42.6667433Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "5e73ba0e-7138-452f-a3a2-0609327ea1b6"
},
{
"id": "3bd501a5-511e-4fe7-b135-c11a0e19b1a6",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-14T01:04:42.6667433Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "5e73ba0e-7138-452f-a3a2-0609327ea1b6"
}
],
"selectedProducts": [
{
"id": "ecab6919-b6ba-4081-aa4a-8a86a828a0e4",
"markerXSolutionsId": "7b390de5-225f-4381-8e25-df0fa168ff75",
"productId": "893fd7a8-6c55-4d78-968f-ab06e797be3b"
},
{
"id": "ecab6919-b6ba-4081-aa4a-8a86a828a0e4",
"markerXSolutionsId": "7b390de5-225f-4381-8e25-df0fa168ff75",
"productId": "893fd7a8-6c55-4d78-968f-ab06e797be3b"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"imageLink": "sample string 13",
"isApproved": 2
},
{
"id": "66e3c77c-f720-46bb-b19b-45b9e325ec98",
"markerId": "5fecc27c-c067-4016-98c1-71698d5a1a4d",
"solutionId": "9aa1b0ba-9c78-4f67-8a15-7b6549e34ee4",
"taxonomy263415Id": "c1e4b115-5340-416c-87d3-de6e93b1fbe5",
"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": "52650723-05b3-4e5b-9b2f-450e817ea361",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "00a26deb-a85f-449b-9e2f-bd9cd4dd5b42",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/00a26deb-a85f-449b-9e2f-bd9cd4dd5b42"
},
{
"id": "00a26deb-a85f-449b-9e2f-bd9cd4dd5b42",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/00a26deb-a85f-449b-9e2f-bd9cd4dd5b42"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "14abd43d-868f-4ef6-a40c-f9defd0fd4e6",
"value": "sample string 2",
"qrLogAttributeListValueId": "4c4cf3d5-a070-410f-a04f-6e71e65a1a0a",
"qrLogAttributeListValue": {
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"markerXSolutionsId": "d53f75fb-b21b-402e-b14d-9fa7aaa0de98",
"qrLogAttributeId": "c51ef615-38b5-4ed2-9963-3d12c6d606c7",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
}
],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
}
},
{
"id": "14abd43d-868f-4ef6-a40c-f9defd0fd4e6",
"value": "sample string 2",
"qrLogAttributeListValueId": "4c4cf3d5-a070-410f-a04f-6e71e65a1a0a",
"qrLogAttributeListValue": {
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"markerXSolutionsId": "d53f75fb-b21b-402e-b14d-9fa7aaa0de98",
"qrLogAttributeId": "c51ef615-38b5-4ed2-9963-3d12c6d606c7",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
}
],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "14abd43d-868f-4ef6-a40c-f9defd0fd4e6",
"value": "sample string 2",
"qrLogAttributeListValueId": "4c4cf3d5-a070-410f-a04f-6e71e65a1a0a",
"qrLogAttributeListValue": {
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"markerXSolutionsId": "d53f75fb-b21b-402e-b14d-9fa7aaa0de98",
"qrLogAttributeId": "c51ef615-38b5-4ed2-9963-3d12c6d606c7",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
}
],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
}
},
{
"id": "14abd43d-868f-4ef6-a40c-f9defd0fd4e6",
"value": "sample string 2",
"qrLogAttributeListValueId": "4c4cf3d5-a070-410f-a04f-6e71e65a1a0a",
"qrLogAttributeListValue": {
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"markerXSolutionsId": "d53f75fb-b21b-402e-b14d-9fa7aaa0de98",
"qrLogAttributeId": "c51ef615-38b5-4ed2-9963-3d12c6d606c7",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
}
],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "3bd501a5-511e-4fe7-b135-c11a0e19b1a6",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-14T01:04:42.6667433Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "5e73ba0e-7138-452f-a3a2-0609327ea1b6"
},
{
"id": "3bd501a5-511e-4fe7-b135-c11a0e19b1a6",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-14T01:04:42.6667433Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "5e73ba0e-7138-452f-a3a2-0609327ea1b6"
}
],
"selectedProducts": [
{
"id": "ecab6919-b6ba-4081-aa4a-8a86a828a0e4",
"markerXSolutionsId": "7b390de5-225f-4381-8e25-df0fa168ff75",
"productId": "893fd7a8-6c55-4d78-968f-ab06e797be3b"
},
{
"id": "ecab6919-b6ba-4081-aa4a-8a86a828a0e4",
"markerXSolutionsId": "7b390de5-225f-4381-8e25-df0fa168ff75",
"productId": "893fd7a8-6c55-4d78-968f-ab06e797be3b"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"imageLink": "sample string 13",
"isApproved": 2
}
],
"reports": [
{
"id": "d72916d4-4800-4efd-8ac7-0da590f1a18b",
"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": "cf059cc9-daf5-45a1-99e0-6d91fcf8548a"
},
{
"id": "d72916d4-4800-4efd-8ac7-0da590f1a18b",
"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": "cf059cc9-daf5-45a1-99e0-6d91fcf8548a"
}
],
"archivedReports": [
{
"id": "d72916d4-4800-4efd-8ac7-0da590f1a18b",
"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": "cf059cc9-daf5-45a1-99e0-6d91fcf8548a"
},
{
"id": "d72916d4-4800-4efd-8ac7-0da590f1a18b",
"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": "cf059cc9-daf5-45a1-99e0-6d91fcf8548a"
}
],
"productSolutions": [
{
"id": "52650723-05b3-4e5b-9b2f-450e817ea361",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "00a26deb-a85f-449b-9e2f-bd9cd4dd5b42",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/00a26deb-a85f-449b-9e2f-bd9cd4dd5b42"
},
{
"id": "00a26deb-a85f-449b-9e2f-bd9cd4dd5b42",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/00a26deb-a85f-449b-9e2f-bd9cd4dd5b42"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "14abd43d-868f-4ef6-a40c-f9defd0fd4e6",
"value": "sample string 2",
"qrLogAttributeListValueId": "4c4cf3d5-a070-410f-a04f-6e71e65a1a0a",
"qrLogAttributeListValue": {
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"markerXSolutionsId": "d53f75fb-b21b-402e-b14d-9fa7aaa0de98",
"qrLogAttributeId": "c51ef615-38b5-4ed2-9963-3d12c6d606c7",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
}
],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
}
},
{
"id": "14abd43d-868f-4ef6-a40c-f9defd0fd4e6",
"value": "sample string 2",
"qrLogAttributeListValueId": "4c4cf3d5-a070-410f-a04f-6e71e65a1a0a",
"qrLogAttributeListValue": {
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"markerXSolutionsId": "d53f75fb-b21b-402e-b14d-9fa7aaa0de98",
"qrLogAttributeId": "c51ef615-38b5-4ed2-9963-3d12c6d606c7",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
}
],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
}
}
]
},
{
"id": "52650723-05b3-4e5b-9b2f-450e817ea361",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "00a26deb-a85f-449b-9e2f-bd9cd4dd5b42",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/00a26deb-a85f-449b-9e2f-bd9cd4dd5b42"
},
{
"id": "00a26deb-a85f-449b-9e2f-bd9cd4dd5b42",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/00a26deb-a85f-449b-9e2f-bd9cd4dd5b42"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "14abd43d-868f-4ef6-a40c-f9defd0fd4e6",
"value": "sample string 2",
"qrLogAttributeListValueId": "4c4cf3d5-a070-410f-a04f-6e71e65a1a0a",
"qrLogAttributeListValue": {
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"markerXSolutionsId": "d53f75fb-b21b-402e-b14d-9fa7aaa0de98",
"qrLogAttributeId": "c51ef615-38b5-4ed2-9963-3d12c6d606c7",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
}
],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
}
},
{
"id": "14abd43d-868f-4ef6-a40c-f9defd0fd4e6",
"value": "sample string 2",
"qrLogAttributeListValueId": "4c4cf3d5-a070-410f-a04f-6e71e65a1a0a",
"qrLogAttributeListValue": {
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"markerXSolutionsId": "d53f75fb-b21b-402e-b14d-9fa7aaa0de98",
"qrLogAttributeId": "c51ef615-38b5-4ed2-9963-3d12c6d606c7",
"qrLogAttribute": {
"id": "3c4adf3b-2dc0-4685-a181-7a57805a793b",
"code": "sample string 2",
"selectedValue": "d783266b-0a15-4d4e-86d6-576456f98637",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0b4a025f-ea94-40ae-bb44-4b671f0da37a",
"sourceId": "fcfb8767-56d1-41ab-bf63-e2298226eba7",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "5b7f94a7-6ade-4f20-be6d-964b3a2c9887",
"qrLogAttributeClass": {
"id": "536f8e74-0060-4241-84e4-4c2771dec71e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
},
{
"id": "e293d7f5-9de9-4b60-9ea6-738efb94aa9b",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "774fb66d-0bcc-491b-9081-0618486f5f70",
"qrLogAttributeListValueGlobalRefId": "e36f96b7-fa0a-489c-8cf5-12337fb9fc39",
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
]
}
],
"translations": [
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
},
{
"id": "a1f2ee82-f191-4cba-8dd5-aeef07936844",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd651550-6382-4161-8ecd-94e319037916"
}
],
"isOriginatedByPim": true
}
}
]
}
]
}