GET api/MarkersByBlueprintId/{blueprintId}?languageCode={languageCode}&light={light}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| blueprintId | globally unique identifier |
Required |
|
| languageCode | string |
Required |
|
| light | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "5e67a974-d004-4751-b85f-1f840cb334cd",
"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": "8332d036-4080-4772-86a0-9ef9a3b8ae47",
"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": "0492ecff-a1a9-4733-bb2b-f2a5daf45a23",
"blueprint": "sample string 12",
"buildingComponent": "sample string 13",
"buildingComponentId": "28556102-37e9-4018-be38-0fee067f3abe",
"project": "sample string 15",
"projectId": "78ee2a94-95c1-46cc-80b4-79be4101577f",
"qrLogAttributeXMarker": [
{
"id": "6bb346c1-1504-4237-b5a3-5aebd80f7451",
"value": "sample string 2",
"qrLogAttributeListValueId": "7af00d44-aed8-465a-8775-69f618e2acba",
"markerId": "21c2697c-3851-4224-bf4c-4e79e08ce476",
"qrLogAttributeId": "b2cd4b55-8efe-4a29-ac20-cadf7c6b95b9",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
},
{
"id": "6bb346c1-1504-4237-b5a3-5aebd80f7451",
"value": "sample string 2",
"qrLogAttributeListValueId": "7af00d44-aed8-465a-8775-69f618e2acba",
"markerId": "21c2697c-3851-4224-bf4c-4e79e08ce476",
"qrLogAttributeId": "b2cd4b55-8efe-4a29-ac20-cadf7c6b95b9",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
}
],
"markerXSolutions": [
{
"id": "0eb66f64-8460-4f7b-ae77-9524648eb3d5",
"markerId": "508889fd-85a9-4516-8785-3a7443587aae",
"solutionId": "3734b122-7911-49c0-a215-cee599c6f471",
"taxonomy263415Id": "ed8ffa3a-92d0-477e-a33e-8340fd8ffcea",
"amount": 3,
"diameter": 4.0,
"unit": "sample string 5",
"width": 6,
"height": 7,
"length": 8.0,
"comments": "sample string 9",
"createdTs": "sample string 10",
"solution": {
"id": "21929e19-4b00-4ab9-a4fd-394b6b1cc33d",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "d88207e6-bf41-4e36-baaf-8aa791c76585",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/d88207e6-bf41-4e36-baaf-8aa791c76585"
},
{
"id": "d88207e6-bf41-4e36-baaf-8aa791c76585",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/d88207e6-bf41-4e36-baaf-8aa791c76585"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "4a5fd1da-9585-40c3-8198-d719917e1b67",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:09:57.8875298Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "51b2a973-472f-4f88-baea-bfcbc4f56a02"
},
{
"id": "4a5fd1da-9585-40c3-8198-d719917e1b67",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:09:57.8875298Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "51b2a973-472f-4f88-baea-bfcbc4f56a02"
}
],
"selectedProducts": [
{
"id": "a09e5ef0-4c48-4cca-8bd0-e1e02aeccd88",
"markerXSolutionsId": "b3c4ca6b-137c-4191-95af-5e1f103ebde2",
"productId": "e9ce9cd4-89d4-4dc6-82a2-7312ede2c91f"
},
{
"id": "a09e5ef0-4c48-4cca-8bd0-e1e02aeccd88",
"markerXSolutionsId": "b3c4ca6b-137c-4191-95af-5e1f103ebde2",
"productId": "e9ce9cd4-89d4-4dc6-82a2-7312ede2c91f"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"imageLink": "sample string 13",
"isApproved": 2
},
{
"id": "0eb66f64-8460-4f7b-ae77-9524648eb3d5",
"markerId": "508889fd-85a9-4516-8785-3a7443587aae",
"solutionId": "3734b122-7911-49c0-a215-cee599c6f471",
"taxonomy263415Id": "ed8ffa3a-92d0-477e-a33e-8340fd8ffcea",
"amount": 3,
"diameter": 4.0,
"unit": "sample string 5",
"width": 6,
"height": 7,
"length": 8.0,
"comments": "sample string 9",
"createdTs": "sample string 10",
"solution": {
"id": "21929e19-4b00-4ab9-a4fd-394b6b1cc33d",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "d88207e6-bf41-4e36-baaf-8aa791c76585",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/d88207e6-bf41-4e36-baaf-8aa791c76585"
},
{
"id": "d88207e6-bf41-4e36-baaf-8aa791c76585",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/d88207e6-bf41-4e36-baaf-8aa791c76585"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "4a5fd1da-9585-40c3-8198-d719917e1b67",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:09:57.8875298Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "51b2a973-472f-4f88-baea-bfcbc4f56a02"
},
{
"id": "4a5fd1da-9585-40c3-8198-d719917e1b67",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:09:57.8875298Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "51b2a973-472f-4f88-baea-bfcbc4f56a02"
}
],
"selectedProducts": [
{
"id": "a09e5ef0-4c48-4cca-8bd0-e1e02aeccd88",
"markerXSolutionsId": "b3c4ca6b-137c-4191-95af-5e1f103ebde2",
"productId": "e9ce9cd4-89d4-4dc6-82a2-7312ede2c91f"
},
{
"id": "a09e5ef0-4c48-4cca-8bd0-e1e02aeccd88",
"markerXSolutionsId": "b3c4ca6b-137c-4191-95af-5e1f103ebde2",
"productId": "e9ce9cd4-89d4-4dc6-82a2-7312ede2c91f"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"imageLink": "sample string 13",
"isApproved": 2
}
],
"reports": [
{
"id": "7d980a97-5da4-43d2-aa66-e76a884585c9",
"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": "c16a6d30-b3a0-4834-8718-8f4347ec89ad"
},
{
"id": "7d980a97-5da4-43d2-aa66-e76a884585c9",
"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": "c16a6d30-b3a0-4834-8718-8f4347ec89ad"
}
],
"archivedReports": [
{
"id": "7d980a97-5da4-43d2-aa66-e76a884585c9",
"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": "c16a6d30-b3a0-4834-8718-8f4347ec89ad"
},
{
"id": "7d980a97-5da4-43d2-aa66-e76a884585c9",
"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": "c16a6d30-b3a0-4834-8718-8f4347ec89ad"
}
],
"productSolutions": [
{
"id": "21929e19-4b00-4ab9-a4fd-394b6b1cc33d",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "d88207e6-bf41-4e36-baaf-8aa791c76585",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/d88207e6-bf41-4e36-baaf-8aa791c76585"
},
{
"id": "d88207e6-bf41-4e36-baaf-8aa791c76585",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/d88207e6-bf41-4e36-baaf-8aa791c76585"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
}
]
},
{
"id": "21929e19-4b00-4ab9-a4fd-394b6b1cc33d",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "d88207e6-bf41-4e36-baaf-8aa791c76585",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/d88207e6-bf41-4e36-baaf-8aa791c76585"
},
{
"id": "d88207e6-bf41-4e36-baaf-8aa791c76585",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/d88207e6-bf41-4e36-baaf-8aa791c76585"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
}
]
}
]
},
{
"id": "5e67a974-d004-4751-b85f-1f840cb334cd",
"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": "8332d036-4080-4772-86a0-9ef9a3b8ae47",
"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": "0492ecff-a1a9-4733-bb2b-f2a5daf45a23",
"blueprint": "sample string 12",
"buildingComponent": "sample string 13",
"buildingComponentId": "28556102-37e9-4018-be38-0fee067f3abe",
"project": "sample string 15",
"projectId": "78ee2a94-95c1-46cc-80b4-79be4101577f",
"qrLogAttributeXMarker": [
{
"id": "6bb346c1-1504-4237-b5a3-5aebd80f7451",
"value": "sample string 2",
"qrLogAttributeListValueId": "7af00d44-aed8-465a-8775-69f618e2acba",
"markerId": "21c2697c-3851-4224-bf4c-4e79e08ce476",
"qrLogAttributeId": "b2cd4b55-8efe-4a29-ac20-cadf7c6b95b9",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
},
{
"id": "6bb346c1-1504-4237-b5a3-5aebd80f7451",
"value": "sample string 2",
"qrLogAttributeListValueId": "7af00d44-aed8-465a-8775-69f618e2acba",
"markerId": "21c2697c-3851-4224-bf4c-4e79e08ce476",
"qrLogAttributeId": "b2cd4b55-8efe-4a29-ac20-cadf7c6b95b9",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
}
],
"markerXSolutions": [
{
"id": "0eb66f64-8460-4f7b-ae77-9524648eb3d5",
"markerId": "508889fd-85a9-4516-8785-3a7443587aae",
"solutionId": "3734b122-7911-49c0-a215-cee599c6f471",
"taxonomy263415Id": "ed8ffa3a-92d0-477e-a33e-8340fd8ffcea",
"amount": 3,
"diameter": 4.0,
"unit": "sample string 5",
"width": 6,
"height": 7,
"length": 8.0,
"comments": "sample string 9",
"createdTs": "sample string 10",
"solution": {
"id": "21929e19-4b00-4ab9-a4fd-394b6b1cc33d",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "d88207e6-bf41-4e36-baaf-8aa791c76585",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/d88207e6-bf41-4e36-baaf-8aa791c76585"
},
{
"id": "d88207e6-bf41-4e36-baaf-8aa791c76585",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/d88207e6-bf41-4e36-baaf-8aa791c76585"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "4a5fd1da-9585-40c3-8198-d719917e1b67",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:09:57.8875298Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "51b2a973-472f-4f88-baea-bfcbc4f56a02"
},
{
"id": "4a5fd1da-9585-40c3-8198-d719917e1b67",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:09:57.8875298Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "51b2a973-472f-4f88-baea-bfcbc4f56a02"
}
],
"selectedProducts": [
{
"id": "a09e5ef0-4c48-4cca-8bd0-e1e02aeccd88",
"markerXSolutionsId": "b3c4ca6b-137c-4191-95af-5e1f103ebde2",
"productId": "e9ce9cd4-89d4-4dc6-82a2-7312ede2c91f"
},
{
"id": "a09e5ef0-4c48-4cca-8bd0-e1e02aeccd88",
"markerXSolutionsId": "b3c4ca6b-137c-4191-95af-5e1f103ebde2",
"productId": "e9ce9cd4-89d4-4dc6-82a2-7312ede2c91f"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"imageLink": "sample string 13",
"isApproved": 2
},
{
"id": "0eb66f64-8460-4f7b-ae77-9524648eb3d5",
"markerId": "508889fd-85a9-4516-8785-3a7443587aae",
"solutionId": "3734b122-7911-49c0-a215-cee599c6f471",
"taxonomy263415Id": "ed8ffa3a-92d0-477e-a33e-8340fd8ffcea",
"amount": 3,
"diameter": 4.0,
"unit": "sample string 5",
"width": 6,
"height": 7,
"length": 8.0,
"comments": "sample string 9",
"createdTs": "sample string 10",
"solution": {
"id": "21929e19-4b00-4ab9-a4fd-394b6b1cc33d",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "d88207e6-bf41-4e36-baaf-8aa791c76585",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/d88207e6-bf41-4e36-baaf-8aa791c76585"
},
{
"id": "d88207e6-bf41-4e36-baaf-8aa791c76585",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/d88207e6-bf41-4e36-baaf-8aa791c76585"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "4a5fd1da-9585-40c3-8198-d719917e1b67",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:09:57.8875298Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "51b2a973-472f-4f88-baea-bfcbc4f56a02"
},
{
"id": "4a5fd1da-9585-40c3-8198-d719917e1b67",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:09:57.8875298Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "51b2a973-472f-4f88-baea-bfcbc4f56a02"
}
],
"selectedProducts": [
{
"id": "a09e5ef0-4c48-4cca-8bd0-e1e02aeccd88",
"markerXSolutionsId": "b3c4ca6b-137c-4191-95af-5e1f103ebde2",
"productId": "e9ce9cd4-89d4-4dc6-82a2-7312ede2c91f"
},
{
"id": "a09e5ef0-4c48-4cca-8bd0-e1e02aeccd88",
"markerXSolutionsId": "b3c4ca6b-137c-4191-95af-5e1f103ebde2",
"productId": "e9ce9cd4-89d4-4dc6-82a2-7312ede2c91f"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"imageLink": "sample string 13",
"isApproved": 2
}
],
"reports": [
{
"id": "7d980a97-5da4-43d2-aa66-e76a884585c9",
"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": "c16a6d30-b3a0-4834-8718-8f4347ec89ad"
},
{
"id": "7d980a97-5da4-43d2-aa66-e76a884585c9",
"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": "c16a6d30-b3a0-4834-8718-8f4347ec89ad"
}
],
"archivedReports": [
{
"id": "7d980a97-5da4-43d2-aa66-e76a884585c9",
"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": "c16a6d30-b3a0-4834-8718-8f4347ec89ad"
},
{
"id": "7d980a97-5da4-43d2-aa66-e76a884585c9",
"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": "c16a6d30-b3a0-4834-8718-8f4347ec89ad"
}
],
"productSolutions": [
{
"id": "21929e19-4b00-4ab9-a4fd-394b6b1cc33d",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "d88207e6-bf41-4e36-baaf-8aa791c76585",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/d88207e6-bf41-4e36-baaf-8aa791c76585"
},
{
"id": "d88207e6-bf41-4e36-baaf-8aa791c76585",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/d88207e6-bf41-4e36-baaf-8aa791c76585"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
}
]
},
{
"id": "21929e19-4b00-4ab9-a4fd-394b6b1cc33d",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "d88207e6-bf41-4e36-baaf-8aa791c76585",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/d88207e6-bf41-4e36-baaf-8aa791c76585"
},
{
"id": "d88207e6-bf41-4e36-baaf-8aa791c76585",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/d88207e6-bf41-4e36-baaf-8aa791c76585"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8ad64dc8-1046-4f98-bab1-eebb6d59396b",
"value": "sample string 2",
"qrLogAttributeListValueId": "d4f294ad-8afa-4a72-84cc-0bbeff0874ca",
"qrLogAttributeListValue": {
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"markerXSolutionsId": "6c78ac9f-8760-42e9-a397-ff3859e9c888",
"qrLogAttributeId": "21dd93c6-f764-4abb-82ec-c3e58cde8a25",
"qrLogAttribute": {
"id": "84258da3-3d7b-4804-8522-51830530db7b",
"code": "sample string 2",
"selectedValue": "fbcca66d-2d66-4a69-8136-50a4d3d356be",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37e68906-1354-49c2-88ff-b09a972a52ba",
"sourceId": "375cc900-41e4-4436-91d0-da6748b13084",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c5bf0741-a45c-4a81-ae1b-63946251154d",
"qrLogAttributeClass": {
"id": "53617d91-4e7d-4a8c-adf0-f2f3705ed9e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
},
{
"id": "c09c1506-33d0-47ae-9e66-b56303e78fa0",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e57a0690-5f2e-47e8-9661-cf6ab358b551",
"qrLogAttributeListValueGlobalRefId": "0f8c450c-aefc-422d-9273-13ce064abe8a",
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
]
}
],
"translations": [
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
},
{
"id": "37fb820c-0863-446c-ad8e-358e8954b04f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "914cbc6a-a363-4da1-b7db-57cadf362295"
}
],
"isOriginatedByPim": true
}
}
]
}
]
}
]