DELETE api/Report/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
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": "25270c81-aee2-4dfe-99e6-fdec68532099",
"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": "ed1685e6-2b80-4911-8406-36ec54ab7d8a",
"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": "c3ed0c32-9400-49b1-a307-95f56a11aead",
"blueprint": "sample string 12",
"buildingComponent": "sample string 13",
"buildingComponentId": "af9e03c5-d1eb-472f-a6f1-c4c9acd3903b",
"project": "sample string 15",
"projectId": "91895578-8b56-4f97-89a7-6c64c63ca2dc",
"qrLogAttributeXMarker": [
{
"id": "ce905a16-b39f-4c20-9a00-3bbb95fac04f",
"value": "sample string 2",
"qrLogAttributeListValueId": "59d980f8-ff18-49b3-8bfe-815e06ba5e76",
"markerId": "46e37b6a-7279-4b09-8dca-2ede507ca803",
"qrLogAttributeId": "a28c5af1-0f76-4dbf-a1c0-10a476911605",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
}
],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
}
},
{
"id": "ce905a16-b39f-4c20-9a00-3bbb95fac04f",
"value": "sample string 2",
"qrLogAttributeListValueId": "59d980f8-ff18-49b3-8bfe-815e06ba5e76",
"markerId": "46e37b6a-7279-4b09-8dca-2ede507ca803",
"qrLogAttributeId": "a28c5af1-0f76-4dbf-a1c0-10a476911605",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
}
],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
}
}
],
"markerXSolutions": [
{
"id": "131b6d24-a558-45b5-b40d-3fd3e4708cce",
"markerId": "6782ca55-b080-42a0-b319-cbc2af972747",
"solutionId": "ba19a1f4-27bd-4dd7-8e68-63f2e9aa2c8c",
"amount": 3,
"diameter": 4,
"unit": "sample string 5",
"width": 6,
"height": 7,
"length": 8,
"comments": "sample string 9",
"createdTs": "sample string 10",
"solution": {
"id": "336ab1d5-d878-4692-b470-27ec3a500a3c",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "6e7e6c10-0a91-48ca-967d-5c29f0f852ed",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/6e7e6c10-0a91-48ca-967d-5c29f0f852ed"
},
{
"id": "6e7e6c10-0a91-48ca-967d-5c29f0f852ed",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/6e7e6c10-0a91-48ca-967d-5c29f0f852ed"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "993a7d30-e1c0-4ea0-acd0-f6baadc57858",
"value": "sample string 2",
"qrLogAttributeListValueId": "884bb538-b700-4c21-ba02-9294a5f35479",
"qrLogAttributeListValue": {
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"markerXSolutionsId": "b15e1747-7c04-421c-a5c7-d86ecaadb8a1",
"qrLogAttributeId": "a375750d-c0f1-4a66-8005-93103e5467e0",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
}
],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
}
},
{
"id": "993a7d30-e1c0-4ea0-acd0-f6baadc57858",
"value": "sample string 2",
"qrLogAttributeListValueId": "884bb538-b700-4c21-ba02-9294a5f35479",
"qrLogAttributeListValue": {
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"markerXSolutionsId": "b15e1747-7c04-421c-a5c7-d86ecaadb8a1",
"qrLogAttributeId": "a375750d-c0f1-4a66-8005-93103e5467e0",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
}
],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "993a7d30-e1c0-4ea0-acd0-f6baadc57858",
"value": "sample string 2",
"qrLogAttributeListValueId": "884bb538-b700-4c21-ba02-9294a5f35479",
"qrLogAttributeListValue": {
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"markerXSolutionsId": "b15e1747-7c04-421c-a5c7-d86ecaadb8a1",
"qrLogAttributeId": "a375750d-c0f1-4a66-8005-93103e5467e0",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
}
],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
}
},
{
"id": "993a7d30-e1c0-4ea0-acd0-f6baadc57858",
"value": "sample string 2",
"qrLogAttributeListValueId": "884bb538-b700-4c21-ba02-9294a5f35479",
"qrLogAttributeListValue": {
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"markerXSolutionsId": "b15e1747-7c04-421c-a5c7-d86ecaadb8a1",
"qrLogAttributeId": "a375750d-c0f1-4a66-8005-93103e5467e0",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
}
],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "c8b9dce0-8d36-42ef-951c-90ede2e91627",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-12T21:33:31.3825548Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "37703ca0-5efb-4a33-960a-01db7c33c9c8"
},
{
"id": "c8b9dce0-8d36-42ef-951c-90ede2e91627",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-12T21:33:31.3825548Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "37703ca0-5efb-4a33-960a-01db7c33c9c8"
}
],
"selectedProducts": [
{
"id": "dbe1e780-a294-4110-a3a6-4fa6a5b6900f",
"markerXSolutionsId": "ada0dabe-5224-4da9-b567-07546da4607b",
"productId": "d3395ce3-61b6-4796-99c3-a64274d23bd0"
},
{
"id": "dbe1e780-a294-4110-a3a6-4fa6a5b6900f",
"markerXSolutionsId": "ada0dabe-5224-4da9-b567-07546da4607b",
"productId": "d3395ce3-61b6-4796-99c3-a64274d23bd0"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"isApproved": 2
},
{
"id": "131b6d24-a558-45b5-b40d-3fd3e4708cce",
"markerId": "6782ca55-b080-42a0-b319-cbc2af972747",
"solutionId": "ba19a1f4-27bd-4dd7-8e68-63f2e9aa2c8c",
"amount": 3,
"diameter": 4,
"unit": "sample string 5",
"width": 6,
"height": 7,
"length": 8,
"comments": "sample string 9",
"createdTs": "sample string 10",
"solution": {
"id": "336ab1d5-d878-4692-b470-27ec3a500a3c",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "6e7e6c10-0a91-48ca-967d-5c29f0f852ed",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/6e7e6c10-0a91-48ca-967d-5c29f0f852ed"
},
{
"id": "6e7e6c10-0a91-48ca-967d-5c29f0f852ed",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/6e7e6c10-0a91-48ca-967d-5c29f0f852ed"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "993a7d30-e1c0-4ea0-acd0-f6baadc57858",
"value": "sample string 2",
"qrLogAttributeListValueId": "884bb538-b700-4c21-ba02-9294a5f35479",
"qrLogAttributeListValue": {
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"markerXSolutionsId": "b15e1747-7c04-421c-a5c7-d86ecaadb8a1",
"qrLogAttributeId": "a375750d-c0f1-4a66-8005-93103e5467e0",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
}
],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
}
},
{
"id": "993a7d30-e1c0-4ea0-acd0-f6baadc57858",
"value": "sample string 2",
"qrLogAttributeListValueId": "884bb538-b700-4c21-ba02-9294a5f35479",
"qrLogAttributeListValue": {
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"markerXSolutionsId": "b15e1747-7c04-421c-a5c7-d86ecaadb8a1",
"qrLogAttributeId": "a375750d-c0f1-4a66-8005-93103e5467e0",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
}
],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "993a7d30-e1c0-4ea0-acd0-f6baadc57858",
"value": "sample string 2",
"qrLogAttributeListValueId": "884bb538-b700-4c21-ba02-9294a5f35479",
"qrLogAttributeListValue": {
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"markerXSolutionsId": "b15e1747-7c04-421c-a5c7-d86ecaadb8a1",
"qrLogAttributeId": "a375750d-c0f1-4a66-8005-93103e5467e0",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
}
],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
}
},
{
"id": "993a7d30-e1c0-4ea0-acd0-f6baadc57858",
"value": "sample string 2",
"qrLogAttributeListValueId": "884bb538-b700-4c21-ba02-9294a5f35479",
"qrLogAttributeListValue": {
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"markerXSolutionsId": "b15e1747-7c04-421c-a5c7-d86ecaadb8a1",
"qrLogAttributeId": "a375750d-c0f1-4a66-8005-93103e5467e0",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
}
],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "c8b9dce0-8d36-42ef-951c-90ede2e91627",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-12T21:33:31.3825548Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "37703ca0-5efb-4a33-960a-01db7c33c9c8"
},
{
"id": "c8b9dce0-8d36-42ef-951c-90ede2e91627",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-12T21:33:31.3825548Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "37703ca0-5efb-4a33-960a-01db7c33c9c8"
}
],
"selectedProducts": [
{
"id": "dbe1e780-a294-4110-a3a6-4fa6a5b6900f",
"markerXSolutionsId": "ada0dabe-5224-4da9-b567-07546da4607b",
"productId": "d3395ce3-61b6-4796-99c3-a64274d23bd0"
},
{
"id": "dbe1e780-a294-4110-a3a6-4fa6a5b6900f",
"markerXSolutionsId": "ada0dabe-5224-4da9-b567-07546da4607b",
"productId": "d3395ce3-61b6-4796-99c3-a64274d23bd0"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"isApproved": 2
}
],
"reports": [
{
"id": "f5b1a7fb-ad78-41c0-9b78-dd1160160ee0",
"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": "be273e83-2f44-49f6-afaa-c0a6da142009"
},
{
"id": "f5b1a7fb-ad78-41c0-9b78-dd1160160ee0",
"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": "be273e83-2f44-49f6-afaa-c0a6da142009"
}
],
"archivedReports": [
{
"id": "f5b1a7fb-ad78-41c0-9b78-dd1160160ee0",
"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": "be273e83-2f44-49f6-afaa-c0a6da142009"
},
{
"id": "f5b1a7fb-ad78-41c0-9b78-dd1160160ee0",
"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": "be273e83-2f44-49f6-afaa-c0a6da142009"
}
],
"productSolutions": [
{
"id": "336ab1d5-d878-4692-b470-27ec3a500a3c",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "6e7e6c10-0a91-48ca-967d-5c29f0f852ed",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/6e7e6c10-0a91-48ca-967d-5c29f0f852ed"
},
{
"id": "6e7e6c10-0a91-48ca-967d-5c29f0f852ed",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/6e7e6c10-0a91-48ca-967d-5c29f0f852ed"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "993a7d30-e1c0-4ea0-acd0-f6baadc57858",
"value": "sample string 2",
"qrLogAttributeListValueId": "884bb538-b700-4c21-ba02-9294a5f35479",
"qrLogAttributeListValue": {
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"markerXSolutionsId": "b15e1747-7c04-421c-a5c7-d86ecaadb8a1",
"qrLogAttributeId": "a375750d-c0f1-4a66-8005-93103e5467e0",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
}
],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
}
},
{
"id": "993a7d30-e1c0-4ea0-acd0-f6baadc57858",
"value": "sample string 2",
"qrLogAttributeListValueId": "884bb538-b700-4c21-ba02-9294a5f35479",
"qrLogAttributeListValue": {
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"markerXSolutionsId": "b15e1747-7c04-421c-a5c7-d86ecaadb8a1",
"qrLogAttributeId": "a375750d-c0f1-4a66-8005-93103e5467e0",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
}
],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
}
}
]
},
{
"id": "336ab1d5-d878-4692-b470-27ec3a500a3c",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "6e7e6c10-0a91-48ca-967d-5c29f0f852ed",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/6e7e6c10-0a91-48ca-967d-5c29f0f852ed"
},
{
"id": "6e7e6c10-0a91-48ca-967d-5c29f0f852ed",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/6e7e6c10-0a91-48ca-967d-5c29f0f852ed"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "993a7d30-e1c0-4ea0-acd0-f6baadc57858",
"value": "sample string 2",
"qrLogAttributeListValueId": "884bb538-b700-4c21-ba02-9294a5f35479",
"qrLogAttributeListValue": {
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"markerXSolutionsId": "b15e1747-7c04-421c-a5c7-d86ecaadb8a1",
"qrLogAttributeId": "a375750d-c0f1-4a66-8005-93103e5467e0",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
}
],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
}
},
{
"id": "993a7d30-e1c0-4ea0-acd0-f6baadc57858",
"value": "sample string 2",
"qrLogAttributeListValueId": "884bb538-b700-4c21-ba02-9294a5f35479",
"qrLogAttributeListValue": {
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"markerXSolutionsId": "b15e1747-7c04-421c-a5c7-d86ecaadb8a1",
"qrLogAttributeId": "a375750d-c0f1-4a66-8005-93103e5467e0",
"qrLogAttribute": {
"id": "cfb861eb-8073-44d2-8976-99dd102a661c",
"code": "sample string 2",
"selectedValue": "a658eea9-b071-4cb0-996e-c9515a0d65f3",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "09172574-a43b-4690-bc2b-a049508f14a7",
"sourceId": "9aaeab85-5533-4ad9-be29-d35b2eb79a2d",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4e7ad8af-33d9-4f53-8748-0e41c8381f20",
"qrLogAttributeClass": {
"id": "05bd2bc0-4a0f-4f02-bf63-f1234c9c6c4b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
},
{
"id": "481925db-0bc0-441d-8068-78446003d7db",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b943a562-9ae7-4eda-baf9-3d05e9a6af13",
"qrLogAttributeListValueGlobalRefId": "a4be7785-389d-45b8-9d56-c1309e82c596",
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
]
}
],
"translations": [
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
},
{
"id": "d1286268-63f4-4a6f-8bb9-dc11b1da24ce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e715c706-cb43-49ad-88f0-d7b68b7cfc3b"
}
],
"isOriginatedByPim": true
}
}
]
}
]
}