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": "2318b6ad-7785-4480-a7f8-63e81f7fa193",
"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": "f152f41e-647d-4f4a-9607-3471702f4b57",
"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": "68d5fad2-00d0-4e36-a8f8-d286c57aed88",
"blueprint": "sample string 12",
"buildingComponent": "sample string 13",
"buildingComponentId": "01d85e79-f69e-48ff-8035-2f0796d4ce9f",
"project": "sample string 15",
"projectId": "5da0706c-8307-44c2-8090-2f96e58954d2",
"qrLogAttributeXMarker": [
{
"id": "bff38030-faf9-45a5-91b0-a415dded1a5f",
"value": "sample string 2",
"qrLogAttributeListValueId": "623bf490-4ee5-4ffc-8438-e0474b313bd3",
"markerId": "7a2f83d9-b06d-4b7a-9a2b-d7a02e8f4662",
"qrLogAttributeId": "d3510725-4135-43a8-b277-7e069fd01efa",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
}
],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
}
},
{
"id": "bff38030-faf9-45a5-91b0-a415dded1a5f",
"value": "sample string 2",
"qrLogAttributeListValueId": "623bf490-4ee5-4ffc-8438-e0474b313bd3",
"markerId": "7a2f83d9-b06d-4b7a-9a2b-d7a02e8f4662",
"qrLogAttributeId": "d3510725-4135-43a8-b277-7e069fd01efa",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
}
],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
}
}
],
"markerXSolutions": [
{
"id": "a0885bfa-9181-471f-9edd-5a867cb64d5d",
"markerId": "6bbef253-216a-49a3-a295-91cca94c4ca4",
"solutionId": "c55ef25d-8969-473a-8396-cc790ee24821",
"amount": 3,
"diameter": 4,
"unit": "sample string 5",
"width": 6,
"height": 7,
"length": 8,
"comments": "sample string 9",
"createdTs": "sample string 10",
"solution": {
"id": "ed82aa61-7d47-4db4-9d0b-ae272fc64028",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "84de673e-0456-4266-96bb-1793f87f1824",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/84de673e-0456-4266-96bb-1793f87f1824"
},
{
"id": "84de673e-0456-4266-96bb-1793f87f1824",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/84de673e-0456-4266-96bb-1793f87f1824"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "3618ebe2-d968-4177-8e2f-70fc1d77523a",
"value": "sample string 2",
"qrLogAttributeListValueId": "6b5a46e6-9eda-4aff-9ea0-8be2fc5ad445",
"qrLogAttributeListValue": {
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"markerXSolutionsId": "954c2c64-173d-4b6d-8526-c9ae60afd7ff",
"qrLogAttributeId": "ef94342b-5c07-4703-a400-d4066cee5b9b",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
}
],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
}
},
{
"id": "3618ebe2-d968-4177-8e2f-70fc1d77523a",
"value": "sample string 2",
"qrLogAttributeListValueId": "6b5a46e6-9eda-4aff-9ea0-8be2fc5ad445",
"qrLogAttributeListValue": {
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"markerXSolutionsId": "954c2c64-173d-4b6d-8526-c9ae60afd7ff",
"qrLogAttributeId": "ef94342b-5c07-4703-a400-d4066cee5b9b",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
}
],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "3618ebe2-d968-4177-8e2f-70fc1d77523a",
"value": "sample string 2",
"qrLogAttributeListValueId": "6b5a46e6-9eda-4aff-9ea0-8be2fc5ad445",
"qrLogAttributeListValue": {
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"markerXSolutionsId": "954c2c64-173d-4b6d-8526-c9ae60afd7ff",
"qrLogAttributeId": "ef94342b-5c07-4703-a400-d4066cee5b9b",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
}
],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
}
},
{
"id": "3618ebe2-d968-4177-8e2f-70fc1d77523a",
"value": "sample string 2",
"qrLogAttributeListValueId": "6b5a46e6-9eda-4aff-9ea0-8be2fc5ad445",
"qrLogAttributeListValue": {
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"markerXSolutionsId": "954c2c64-173d-4b6d-8526-c9ae60afd7ff",
"qrLogAttributeId": "ef94342b-5c07-4703-a400-d4066cee5b9b",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
}
],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "b963ba17-2b97-4753-9f1b-11d029684e67",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-08T11:00:07.5885617Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "2c938f76-ddaf-4d84-a08f-5dfd2c98aee6"
},
{
"id": "b963ba17-2b97-4753-9f1b-11d029684e67",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-08T11:00:07.5885617Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "2c938f76-ddaf-4d84-a08f-5dfd2c98aee6"
}
],
"selectedProducts": [
{
"id": "5e080914-ee46-4248-bd4f-e22658bb67d9",
"markerXSolutionsId": "1e9ecd3b-86a7-4edc-b733-0e27c3d44fc2",
"productId": "28be4140-1bb8-4982-9074-758f73c78887"
},
{
"id": "5e080914-ee46-4248-bd4f-e22658bb67d9",
"markerXSolutionsId": "1e9ecd3b-86a7-4edc-b733-0e27c3d44fc2",
"productId": "28be4140-1bb8-4982-9074-758f73c78887"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"isApproved": 2
},
{
"id": "a0885bfa-9181-471f-9edd-5a867cb64d5d",
"markerId": "6bbef253-216a-49a3-a295-91cca94c4ca4",
"solutionId": "c55ef25d-8969-473a-8396-cc790ee24821",
"amount": 3,
"diameter": 4,
"unit": "sample string 5",
"width": 6,
"height": 7,
"length": 8,
"comments": "sample string 9",
"createdTs": "sample string 10",
"solution": {
"id": "ed82aa61-7d47-4db4-9d0b-ae272fc64028",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "84de673e-0456-4266-96bb-1793f87f1824",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/84de673e-0456-4266-96bb-1793f87f1824"
},
{
"id": "84de673e-0456-4266-96bb-1793f87f1824",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/84de673e-0456-4266-96bb-1793f87f1824"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "3618ebe2-d968-4177-8e2f-70fc1d77523a",
"value": "sample string 2",
"qrLogAttributeListValueId": "6b5a46e6-9eda-4aff-9ea0-8be2fc5ad445",
"qrLogAttributeListValue": {
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"markerXSolutionsId": "954c2c64-173d-4b6d-8526-c9ae60afd7ff",
"qrLogAttributeId": "ef94342b-5c07-4703-a400-d4066cee5b9b",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
}
],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
}
},
{
"id": "3618ebe2-d968-4177-8e2f-70fc1d77523a",
"value": "sample string 2",
"qrLogAttributeListValueId": "6b5a46e6-9eda-4aff-9ea0-8be2fc5ad445",
"qrLogAttributeListValue": {
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"markerXSolutionsId": "954c2c64-173d-4b6d-8526-c9ae60afd7ff",
"qrLogAttributeId": "ef94342b-5c07-4703-a400-d4066cee5b9b",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
}
],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "3618ebe2-d968-4177-8e2f-70fc1d77523a",
"value": "sample string 2",
"qrLogAttributeListValueId": "6b5a46e6-9eda-4aff-9ea0-8be2fc5ad445",
"qrLogAttributeListValue": {
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"markerXSolutionsId": "954c2c64-173d-4b6d-8526-c9ae60afd7ff",
"qrLogAttributeId": "ef94342b-5c07-4703-a400-d4066cee5b9b",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
}
],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
}
},
{
"id": "3618ebe2-d968-4177-8e2f-70fc1d77523a",
"value": "sample string 2",
"qrLogAttributeListValueId": "6b5a46e6-9eda-4aff-9ea0-8be2fc5ad445",
"qrLogAttributeListValue": {
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"markerXSolutionsId": "954c2c64-173d-4b6d-8526-c9ae60afd7ff",
"qrLogAttributeId": "ef94342b-5c07-4703-a400-d4066cee5b9b",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
}
],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "b963ba17-2b97-4753-9f1b-11d029684e67",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-08T11:00:07.5885617Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "2c938f76-ddaf-4d84-a08f-5dfd2c98aee6"
},
{
"id": "b963ba17-2b97-4753-9f1b-11d029684e67",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-08T11:00:07.5885617Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "2c938f76-ddaf-4d84-a08f-5dfd2c98aee6"
}
],
"selectedProducts": [
{
"id": "5e080914-ee46-4248-bd4f-e22658bb67d9",
"markerXSolutionsId": "1e9ecd3b-86a7-4edc-b733-0e27c3d44fc2",
"productId": "28be4140-1bb8-4982-9074-758f73c78887"
},
{
"id": "5e080914-ee46-4248-bd4f-e22658bb67d9",
"markerXSolutionsId": "1e9ecd3b-86a7-4edc-b733-0e27c3d44fc2",
"productId": "28be4140-1bb8-4982-9074-758f73c78887"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"isApproved": 2
}
],
"reports": [
{
"id": "5150bc1f-d486-4846-abf8-d698e4d2f3ac",
"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": "d20ecab8-e209-4493-8eb9-999d3bf20c45"
},
{
"id": "5150bc1f-d486-4846-abf8-d698e4d2f3ac",
"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": "d20ecab8-e209-4493-8eb9-999d3bf20c45"
}
],
"archivedReports": [
{
"id": "5150bc1f-d486-4846-abf8-d698e4d2f3ac",
"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": "d20ecab8-e209-4493-8eb9-999d3bf20c45"
},
{
"id": "5150bc1f-d486-4846-abf8-d698e4d2f3ac",
"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": "d20ecab8-e209-4493-8eb9-999d3bf20c45"
}
],
"productSolutions": [
{
"id": "ed82aa61-7d47-4db4-9d0b-ae272fc64028",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "84de673e-0456-4266-96bb-1793f87f1824",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/84de673e-0456-4266-96bb-1793f87f1824"
},
{
"id": "84de673e-0456-4266-96bb-1793f87f1824",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/84de673e-0456-4266-96bb-1793f87f1824"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "3618ebe2-d968-4177-8e2f-70fc1d77523a",
"value": "sample string 2",
"qrLogAttributeListValueId": "6b5a46e6-9eda-4aff-9ea0-8be2fc5ad445",
"qrLogAttributeListValue": {
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"markerXSolutionsId": "954c2c64-173d-4b6d-8526-c9ae60afd7ff",
"qrLogAttributeId": "ef94342b-5c07-4703-a400-d4066cee5b9b",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
}
],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
}
},
{
"id": "3618ebe2-d968-4177-8e2f-70fc1d77523a",
"value": "sample string 2",
"qrLogAttributeListValueId": "6b5a46e6-9eda-4aff-9ea0-8be2fc5ad445",
"qrLogAttributeListValue": {
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"markerXSolutionsId": "954c2c64-173d-4b6d-8526-c9ae60afd7ff",
"qrLogAttributeId": "ef94342b-5c07-4703-a400-d4066cee5b9b",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
}
],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
}
}
]
},
{
"id": "ed82aa61-7d47-4db4-9d0b-ae272fc64028",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "84de673e-0456-4266-96bb-1793f87f1824",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/84de673e-0456-4266-96bb-1793f87f1824"
},
{
"id": "84de673e-0456-4266-96bb-1793f87f1824",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/84de673e-0456-4266-96bb-1793f87f1824"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "3618ebe2-d968-4177-8e2f-70fc1d77523a",
"value": "sample string 2",
"qrLogAttributeListValueId": "6b5a46e6-9eda-4aff-9ea0-8be2fc5ad445",
"qrLogAttributeListValue": {
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"markerXSolutionsId": "954c2c64-173d-4b6d-8526-c9ae60afd7ff",
"qrLogAttributeId": "ef94342b-5c07-4703-a400-d4066cee5b9b",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
}
],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
}
},
{
"id": "3618ebe2-d968-4177-8e2f-70fc1d77523a",
"value": "sample string 2",
"qrLogAttributeListValueId": "6b5a46e6-9eda-4aff-9ea0-8be2fc5ad445",
"qrLogAttributeListValue": {
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"markerXSolutionsId": "954c2c64-173d-4b6d-8526-c9ae60afd7ff",
"qrLogAttributeId": "ef94342b-5c07-4703-a400-d4066cee5b9b",
"qrLogAttribute": {
"id": "1b3a6914-d193-4f29-be2f-94b3c6e14cbc",
"code": "sample string 2",
"selectedValue": "8a8a1270-4c29-45d8-bd90-4a76d9ed0a3d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e7c74af5-7200-4af4-9ae9-d503b3f4e910",
"sourceId": "661f3a51-25be-40cb-beae-150542eb828e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bde616cf-fd40-4130-8a1d-927d936ee34f",
"qrLogAttributeClass": {
"id": "6f7fa1d2-0193-417c-8148-a9a52fc5b57f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
},
{
"id": "0ee9495b-f10f-4771-82e7-f5cb4fcc88e7",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "52dc2c32-d080-416e-9dec-e9664356841d",
"qrLogAttributeListValueGlobalRefId": "613cc5e5-fe69-4b30-af8b-4949092694b9",
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
]
}
],
"translations": [
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
},
{
"id": "f5add9ec-8bbb-451e-8251-fb0f15186eea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7764a6a1-23e1-4bc9-b776-d8bbc45c7994"
}
],
"isOriginatedByPim": true
}
}
]
}
]
}