GET api/Markers/{id}?languageCode={languageCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| languageCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MarkerViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Number | integer |
None. |
|
| Label | string |
None. |
|
| CoordX | decimal number |
None. |
|
| CoordY | decimal number |
None. |
|
| CoordX2 | decimal number |
None. |
|
| CoordY2 | decimal number |
None. |
|
| CreatedTs | string |
None. |
|
| ModifiedTs | string |
None. |
|
| Date | string |
None. |
|
| CustomerId | integer |
None. |
|
| Assigned | boolean |
None. |
|
| QRId | globally unique identifier |
None. |
|
| Comments | string |
None. |
|
| Status | string |
None. |
|
| ManualStatus | integer |
None. |
|
| IsApproved | integer |
None. |
|
| InstallerId | integer |
None. |
|
| Installer | InstallerViewModel |
None. |
|
| BlueprintId | globally unique identifier |
None. |
|
| Blueprint | string |
None. |
|
| BuildingComponent | string |
None. |
|
| BuildingComponentId | globally unique identifier |
None. |
|
| Project | string |
None. |
|
| ProjectId | globally unique identifier |
None. |
|
| QRLogAttributeXMarker | Collection of QRLogAttributeXMarkerViewModel |
None. |
|
| MarkerXSolutions | Collection of MarkerXSolutionsViewModel |
None. |
|
| Reports | Collection of ReportViewModel |
None. |
|
| ArchivedReports | Collection of ReportViewModel |
None. |
|
| ProductSolutions | Collection of ProductSolutionViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "b7823d77-162f-4dbe-ac4e-8b416fc68798",
"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": "e6d5d569-1553-46a9-b7ab-ad9dde6a0371",
"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": "be676746-a995-4be1-9783-df8873fc3735",
"blueprint": "sample string 12",
"buildingComponent": "sample string 13",
"buildingComponentId": "36bbcf4c-c87b-4a48-95b8-1cd9d18456ba",
"project": "sample string 15",
"projectId": "166f89c9-57bd-4396-8e18-4dda02086125",
"qrLogAttributeXMarker": [
{
"id": "4de076a9-93df-42ff-90c2-e2cfb38d88c5",
"value": "sample string 2",
"qrLogAttributeListValueId": "b6681997-028d-46b2-850f-9b6f47f1c249",
"markerId": "fb2a2499-6e05-4191-b165-3fd998eacf85",
"qrLogAttributeId": "fad18ef3-aba9-4dc9-92e0-970b9e924199",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
}
],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
}
},
{
"id": "4de076a9-93df-42ff-90c2-e2cfb38d88c5",
"value": "sample string 2",
"qrLogAttributeListValueId": "b6681997-028d-46b2-850f-9b6f47f1c249",
"markerId": "fb2a2499-6e05-4191-b165-3fd998eacf85",
"qrLogAttributeId": "fad18ef3-aba9-4dc9-92e0-970b9e924199",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
}
],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
}
}
],
"markerXSolutions": [
{
"id": "ec09b35c-46a5-4ebf-aa77-30dd94cced8f",
"markerId": "3e10385f-9990-43f0-8f02-abd7954e6898",
"solutionId": "f3daa9c7-8740-4f77-abb3-c40e29b463a0",
"amount": 3,
"diameter": 4,
"unit": "sample string 5",
"width": 6,
"height": 7,
"length": 8,
"comments": "sample string 9",
"createdTs": "sample string 10",
"solution": {
"id": "5d9eb1b5-d423-4966-96fe-c0c9c5e1b493",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "04c8317d-613e-4a02-8b5e-512581b4aef7",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/04c8317d-613e-4a02-8b5e-512581b4aef7"
},
{
"id": "04c8317d-613e-4a02-8b5e-512581b4aef7",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/04c8317d-613e-4a02-8b5e-512581b4aef7"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "63d4b592-391a-47cf-9f6b-26e8f661ccee",
"value": "sample string 2",
"qrLogAttributeListValueId": "930bb716-ac50-4aa6-bb61-e25780f744d9",
"qrLogAttributeListValue": {
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"markerXSolutionsId": "937dc914-dc43-4fba-a5c9-bf225c70eb4f",
"qrLogAttributeId": "edc28a5a-75a1-402c-a615-fc5dab5c5a06",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
}
],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
}
},
{
"id": "63d4b592-391a-47cf-9f6b-26e8f661ccee",
"value": "sample string 2",
"qrLogAttributeListValueId": "930bb716-ac50-4aa6-bb61-e25780f744d9",
"qrLogAttributeListValue": {
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"markerXSolutionsId": "937dc914-dc43-4fba-a5c9-bf225c70eb4f",
"qrLogAttributeId": "edc28a5a-75a1-402c-a615-fc5dab5c5a06",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
}
],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "63d4b592-391a-47cf-9f6b-26e8f661ccee",
"value": "sample string 2",
"qrLogAttributeListValueId": "930bb716-ac50-4aa6-bb61-e25780f744d9",
"qrLogAttributeListValue": {
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"markerXSolutionsId": "937dc914-dc43-4fba-a5c9-bf225c70eb4f",
"qrLogAttributeId": "edc28a5a-75a1-402c-a615-fc5dab5c5a06",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
}
],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
}
},
{
"id": "63d4b592-391a-47cf-9f6b-26e8f661ccee",
"value": "sample string 2",
"qrLogAttributeListValueId": "930bb716-ac50-4aa6-bb61-e25780f744d9",
"qrLogAttributeListValue": {
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"markerXSolutionsId": "937dc914-dc43-4fba-a5c9-bf225c70eb4f",
"qrLogAttributeId": "edc28a5a-75a1-402c-a615-fc5dab5c5a06",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
}
],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "d1d3696d-46f8-4b79-b9f7-11a0b237a448",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-27T05:58:16.5595264Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "b1c52cb9-fee2-4fa8-aecf-a71997245f2e"
},
{
"id": "d1d3696d-46f8-4b79-b9f7-11a0b237a448",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-27T05:58:16.5595264Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "b1c52cb9-fee2-4fa8-aecf-a71997245f2e"
}
],
"selectedProducts": [
{
"id": "8f0d6349-1ab4-4f0b-918f-59419702fea7",
"markerXSolutionsId": "5bcb3712-f3ea-4027-9615-318bcb736847",
"productId": "06b506c5-5344-48c5-9114-15a0c3f1cfba"
},
{
"id": "8f0d6349-1ab4-4f0b-918f-59419702fea7",
"markerXSolutionsId": "5bcb3712-f3ea-4027-9615-318bcb736847",
"productId": "06b506c5-5344-48c5-9114-15a0c3f1cfba"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"isApproved": 2
},
{
"id": "ec09b35c-46a5-4ebf-aa77-30dd94cced8f",
"markerId": "3e10385f-9990-43f0-8f02-abd7954e6898",
"solutionId": "f3daa9c7-8740-4f77-abb3-c40e29b463a0",
"amount": 3,
"diameter": 4,
"unit": "sample string 5",
"width": 6,
"height": 7,
"length": 8,
"comments": "sample string 9",
"createdTs": "sample string 10",
"solution": {
"id": "5d9eb1b5-d423-4966-96fe-c0c9c5e1b493",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "04c8317d-613e-4a02-8b5e-512581b4aef7",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/04c8317d-613e-4a02-8b5e-512581b4aef7"
},
{
"id": "04c8317d-613e-4a02-8b5e-512581b4aef7",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/04c8317d-613e-4a02-8b5e-512581b4aef7"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "63d4b592-391a-47cf-9f6b-26e8f661ccee",
"value": "sample string 2",
"qrLogAttributeListValueId": "930bb716-ac50-4aa6-bb61-e25780f744d9",
"qrLogAttributeListValue": {
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"markerXSolutionsId": "937dc914-dc43-4fba-a5c9-bf225c70eb4f",
"qrLogAttributeId": "edc28a5a-75a1-402c-a615-fc5dab5c5a06",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
}
],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
}
},
{
"id": "63d4b592-391a-47cf-9f6b-26e8f661ccee",
"value": "sample string 2",
"qrLogAttributeListValueId": "930bb716-ac50-4aa6-bb61-e25780f744d9",
"qrLogAttributeListValue": {
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"markerXSolutionsId": "937dc914-dc43-4fba-a5c9-bf225c70eb4f",
"qrLogAttributeId": "edc28a5a-75a1-402c-a615-fc5dab5c5a06",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
}
],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "63d4b592-391a-47cf-9f6b-26e8f661ccee",
"value": "sample string 2",
"qrLogAttributeListValueId": "930bb716-ac50-4aa6-bb61-e25780f744d9",
"qrLogAttributeListValue": {
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"markerXSolutionsId": "937dc914-dc43-4fba-a5c9-bf225c70eb4f",
"qrLogAttributeId": "edc28a5a-75a1-402c-a615-fc5dab5c5a06",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
}
],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
}
},
{
"id": "63d4b592-391a-47cf-9f6b-26e8f661ccee",
"value": "sample string 2",
"qrLogAttributeListValueId": "930bb716-ac50-4aa6-bb61-e25780f744d9",
"qrLogAttributeListValue": {
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"markerXSolutionsId": "937dc914-dc43-4fba-a5c9-bf225c70eb4f",
"qrLogAttributeId": "edc28a5a-75a1-402c-a615-fc5dab5c5a06",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
}
],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "d1d3696d-46f8-4b79-b9f7-11a0b237a448",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-27T05:58:16.5595264Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "b1c52cb9-fee2-4fa8-aecf-a71997245f2e"
},
{
"id": "d1d3696d-46f8-4b79-b9f7-11a0b237a448",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-27T05:58:16.5595264Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "b1c52cb9-fee2-4fa8-aecf-a71997245f2e"
}
],
"selectedProducts": [
{
"id": "8f0d6349-1ab4-4f0b-918f-59419702fea7",
"markerXSolutionsId": "5bcb3712-f3ea-4027-9615-318bcb736847",
"productId": "06b506c5-5344-48c5-9114-15a0c3f1cfba"
},
{
"id": "8f0d6349-1ab4-4f0b-918f-59419702fea7",
"markerXSolutionsId": "5bcb3712-f3ea-4027-9615-318bcb736847",
"productId": "06b506c5-5344-48c5-9114-15a0c3f1cfba"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"isApproved": 2
}
],
"reports": [
{
"id": "982e537e-d8ad-43b0-95ac-e14b2ce9905f",
"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": "cd9161a7-0fe4-4c29-8978-50c9f5704081"
},
{
"id": "982e537e-d8ad-43b0-95ac-e14b2ce9905f",
"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": "cd9161a7-0fe4-4c29-8978-50c9f5704081"
}
],
"archivedReports": [
{
"id": "982e537e-d8ad-43b0-95ac-e14b2ce9905f",
"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": "cd9161a7-0fe4-4c29-8978-50c9f5704081"
},
{
"id": "982e537e-d8ad-43b0-95ac-e14b2ce9905f",
"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": "cd9161a7-0fe4-4c29-8978-50c9f5704081"
}
],
"productSolutions": [
{
"id": "5d9eb1b5-d423-4966-96fe-c0c9c5e1b493",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "04c8317d-613e-4a02-8b5e-512581b4aef7",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/04c8317d-613e-4a02-8b5e-512581b4aef7"
},
{
"id": "04c8317d-613e-4a02-8b5e-512581b4aef7",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/04c8317d-613e-4a02-8b5e-512581b4aef7"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "63d4b592-391a-47cf-9f6b-26e8f661ccee",
"value": "sample string 2",
"qrLogAttributeListValueId": "930bb716-ac50-4aa6-bb61-e25780f744d9",
"qrLogAttributeListValue": {
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"markerXSolutionsId": "937dc914-dc43-4fba-a5c9-bf225c70eb4f",
"qrLogAttributeId": "edc28a5a-75a1-402c-a615-fc5dab5c5a06",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
}
],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
}
},
{
"id": "63d4b592-391a-47cf-9f6b-26e8f661ccee",
"value": "sample string 2",
"qrLogAttributeListValueId": "930bb716-ac50-4aa6-bb61-e25780f744d9",
"qrLogAttributeListValue": {
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"markerXSolutionsId": "937dc914-dc43-4fba-a5c9-bf225c70eb4f",
"qrLogAttributeId": "edc28a5a-75a1-402c-a615-fc5dab5c5a06",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
}
],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
}
}
]
},
{
"id": "5d9eb1b5-d423-4966-96fe-c0c9c5e1b493",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "04c8317d-613e-4a02-8b5e-512581b4aef7",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/04c8317d-613e-4a02-8b5e-512581b4aef7"
},
{
"id": "04c8317d-613e-4a02-8b5e-512581b4aef7",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/04c8317d-613e-4a02-8b5e-512581b4aef7"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "63d4b592-391a-47cf-9f6b-26e8f661ccee",
"value": "sample string 2",
"qrLogAttributeListValueId": "930bb716-ac50-4aa6-bb61-e25780f744d9",
"qrLogAttributeListValue": {
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"markerXSolutionsId": "937dc914-dc43-4fba-a5c9-bf225c70eb4f",
"qrLogAttributeId": "edc28a5a-75a1-402c-a615-fc5dab5c5a06",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
}
],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
}
},
{
"id": "63d4b592-391a-47cf-9f6b-26e8f661ccee",
"value": "sample string 2",
"qrLogAttributeListValueId": "930bb716-ac50-4aa6-bb61-e25780f744d9",
"qrLogAttributeListValue": {
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"markerXSolutionsId": "937dc914-dc43-4fba-a5c9-bf225c70eb4f",
"qrLogAttributeId": "edc28a5a-75a1-402c-a615-fc5dab5c5a06",
"qrLogAttribute": {
"id": "013f0099-9686-4b84-a4ab-e611a45be28d",
"code": "sample string 2",
"selectedValue": "8bb04d43-b004-4e8f-933f-c4766989433f",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "93084d85-04ba-4146-9ab3-c4da9efb4b83",
"sourceId": "77873713-51a7-49da-8289-f56c4e0fbc74",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1ad33e30-b7f3-47bd-a69b-bb8394c3ea9c",
"qrLogAttributeClass": {
"id": "898cb66c-625b-4c4d-b035-7c1af1a6b72e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
},
{
"id": "0ec944f7-cb30-44f9-8923-939f00d2e4c8",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "75a019f9-5866-4ca5-9122-05df10c820c0",
"qrLogAttributeListValueGlobalRefId": "ca2e1fee-7599-44c0-a22a-014429741b97",
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
]
}
],
"translations": [
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
},
{
"id": "a4b6d74a-68bc-43c2-8695-c152b1958be0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d2164e2e-53da-4387-ab0a-ae9cfdbaf76c"
}
],
"isOriginatedByPim": true
}
}
]
}
]
}