DELETE api/Report/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
MarkerViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Number | integer |
None. |
|
| Label | string |
None. |
|
| CoordX | decimal number |
None. |
|
| CoordY | decimal number |
None. |
|
| CoordX2 | decimal number |
None. |
|
| CoordY2 | decimal number |
None. |
|
| CreatedTs | string |
None. |
|
| ModifiedTs | string |
None. |
|
| Date | string |
None. |
|
| CustomerId | integer |
None. |
|
| Assigned | boolean |
None. |
|
| QRId | globally unique identifier |
None. |
|
| Comments | string |
None. |
|
| Status | string |
None. |
|
| ManualStatus | integer |
None. |
|
| IsApproved | integer |
None. |
|
| InstallerId | integer |
None. |
|
| Installer | InstallerViewModel |
None. |
|
| BlueprintId | globally unique identifier |
None. |
|
| Blueprint | string |
None. |
|
| BuildingComponent | string |
None. |
|
| BuildingComponentId | globally unique identifier |
None. |
|
| Project | string |
None. |
|
| ProjectId | globally unique identifier |
None. |
|
| QRLogAttributeXMarker | Collection of QRLogAttributeXMarkerViewModel |
None. |
|
| MarkerXSolutions | Collection of MarkerXSolutionsViewModel |
None. |
|
| Reports | Collection of ReportViewModel |
None. |
|
| ArchivedReports | Collection of ReportViewModel |
None. |
|
| ProductSolutions | Collection of ProductSolutionViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "7ec0f22d-9a10-427f-89b0-eb90bc68ddc0",
"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": "60232c0b-e9d6-4bc9-97de-33a865f4e5ac",
"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": "54ece583-3187-447c-85eb-5e873c2a471e",
"blueprint": "sample string 12",
"buildingComponent": "sample string 13",
"buildingComponentId": "24437249-b3d2-445d-a530-213680781462",
"project": "sample string 15",
"projectId": "c8ca0f67-1d4d-4862-8cf6-f224e78e78f1",
"qrLogAttributeXMarker": [
{
"id": "6a0c94b2-8153-432f-96a0-7d4249692f83",
"value": "sample string 2",
"qrLogAttributeListValueId": "a1b287e5-477f-4e69-bf8d-ab287bf8cd69",
"markerId": "648bd972-1c6c-4b0b-8256-c9bb07129ec9",
"qrLogAttributeId": "82f53333-c117-4bc3-b23c-378ee3c123a5",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
}
],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
}
},
{
"id": "6a0c94b2-8153-432f-96a0-7d4249692f83",
"value": "sample string 2",
"qrLogAttributeListValueId": "a1b287e5-477f-4e69-bf8d-ab287bf8cd69",
"markerId": "648bd972-1c6c-4b0b-8256-c9bb07129ec9",
"qrLogAttributeId": "82f53333-c117-4bc3-b23c-378ee3c123a5",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
}
],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
}
}
],
"markerXSolutions": [
{
"id": "4ffd4436-daeb-47ff-b611-de89ecc40b66",
"markerId": "f09e8800-4f7f-4fba-905d-cbb965f73a48",
"solutionId": "023b2cb4-957d-46eb-853d-b748ac033487",
"amount": 3,
"diameter": 4,
"unit": "sample string 5",
"width": 6,
"height": 7,
"length": 8,
"comments": "sample string 9",
"createdTs": "sample string 10",
"solution": {
"id": "d33369f8-741f-45a5-8d1d-46e697534b57",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "6cec377c-1829-4109-8c28-aeca754c8dd0",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/6cec377c-1829-4109-8c28-aeca754c8dd0"
},
{
"id": "6cec377c-1829-4109-8c28-aeca754c8dd0",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/6cec377c-1829-4109-8c28-aeca754c8dd0"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "f8d53d4a-7129-4aad-a844-2c836c1841d9",
"value": "sample string 2",
"qrLogAttributeListValueId": "c9c2b329-48b1-495d-aa84-9179a9da7f12",
"qrLogAttributeListValue": {
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"markerXSolutionsId": "5f78f226-28c1-4b7a-b243-3b3bb9d15f21",
"qrLogAttributeId": "beecf0a0-a745-4b8b-9b4d-07ab752bb637",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
}
],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
}
},
{
"id": "f8d53d4a-7129-4aad-a844-2c836c1841d9",
"value": "sample string 2",
"qrLogAttributeListValueId": "c9c2b329-48b1-495d-aa84-9179a9da7f12",
"qrLogAttributeListValue": {
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"markerXSolutionsId": "5f78f226-28c1-4b7a-b243-3b3bb9d15f21",
"qrLogAttributeId": "beecf0a0-a745-4b8b-9b4d-07ab752bb637",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
}
],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "f8d53d4a-7129-4aad-a844-2c836c1841d9",
"value": "sample string 2",
"qrLogAttributeListValueId": "c9c2b329-48b1-495d-aa84-9179a9da7f12",
"qrLogAttributeListValue": {
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"markerXSolutionsId": "5f78f226-28c1-4b7a-b243-3b3bb9d15f21",
"qrLogAttributeId": "beecf0a0-a745-4b8b-9b4d-07ab752bb637",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
}
],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
}
},
{
"id": "f8d53d4a-7129-4aad-a844-2c836c1841d9",
"value": "sample string 2",
"qrLogAttributeListValueId": "c9c2b329-48b1-495d-aa84-9179a9da7f12",
"qrLogAttributeListValue": {
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"markerXSolutionsId": "5f78f226-28c1-4b7a-b243-3b3bb9d15f21",
"qrLogAttributeId": "beecf0a0-a745-4b8b-9b4d-07ab752bb637",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
}
],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "ecf27b69-e5a1-47c5-af90-8558a31f413e",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-11-09T11:41:20.941424Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "498fb66a-66c6-46a1-8953-116c46fd6000"
},
{
"id": "ecf27b69-e5a1-47c5-af90-8558a31f413e",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-11-09T11:41:20.941424Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "498fb66a-66c6-46a1-8953-116c46fd6000"
}
],
"selectedProducts": [
{
"id": "04699d02-e0f6-4bdb-8d67-7c78f9a12303",
"markerXSolutionsId": "363774cd-9201-4e77-8e4b-78d065469ba9",
"productId": "18f62fe6-d559-4fb1-a4d1-defb7d3ea9d8"
},
{
"id": "04699d02-e0f6-4bdb-8d67-7c78f9a12303",
"markerXSolutionsId": "363774cd-9201-4e77-8e4b-78d065469ba9",
"productId": "18f62fe6-d559-4fb1-a4d1-defb7d3ea9d8"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"isApproved": 2
},
{
"id": "4ffd4436-daeb-47ff-b611-de89ecc40b66",
"markerId": "f09e8800-4f7f-4fba-905d-cbb965f73a48",
"solutionId": "023b2cb4-957d-46eb-853d-b748ac033487",
"amount": 3,
"diameter": 4,
"unit": "sample string 5",
"width": 6,
"height": 7,
"length": 8,
"comments": "sample string 9",
"createdTs": "sample string 10",
"solution": {
"id": "d33369f8-741f-45a5-8d1d-46e697534b57",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "6cec377c-1829-4109-8c28-aeca754c8dd0",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/6cec377c-1829-4109-8c28-aeca754c8dd0"
},
{
"id": "6cec377c-1829-4109-8c28-aeca754c8dd0",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/6cec377c-1829-4109-8c28-aeca754c8dd0"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "f8d53d4a-7129-4aad-a844-2c836c1841d9",
"value": "sample string 2",
"qrLogAttributeListValueId": "c9c2b329-48b1-495d-aa84-9179a9da7f12",
"qrLogAttributeListValue": {
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"markerXSolutionsId": "5f78f226-28c1-4b7a-b243-3b3bb9d15f21",
"qrLogAttributeId": "beecf0a0-a745-4b8b-9b4d-07ab752bb637",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
}
],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
}
},
{
"id": "f8d53d4a-7129-4aad-a844-2c836c1841d9",
"value": "sample string 2",
"qrLogAttributeListValueId": "c9c2b329-48b1-495d-aa84-9179a9da7f12",
"qrLogAttributeListValue": {
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"markerXSolutionsId": "5f78f226-28c1-4b7a-b243-3b3bb9d15f21",
"qrLogAttributeId": "beecf0a0-a745-4b8b-9b4d-07ab752bb637",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
}
],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "f8d53d4a-7129-4aad-a844-2c836c1841d9",
"value": "sample string 2",
"qrLogAttributeListValueId": "c9c2b329-48b1-495d-aa84-9179a9da7f12",
"qrLogAttributeListValue": {
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"markerXSolutionsId": "5f78f226-28c1-4b7a-b243-3b3bb9d15f21",
"qrLogAttributeId": "beecf0a0-a745-4b8b-9b4d-07ab752bb637",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
}
],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
}
},
{
"id": "f8d53d4a-7129-4aad-a844-2c836c1841d9",
"value": "sample string 2",
"qrLogAttributeListValueId": "c9c2b329-48b1-495d-aa84-9179a9da7f12",
"qrLogAttributeListValue": {
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"markerXSolutionsId": "5f78f226-28c1-4b7a-b243-3b3bb9d15f21",
"qrLogAttributeId": "beecf0a0-a745-4b8b-9b4d-07ab752bb637",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
}
],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "ecf27b69-e5a1-47c5-af90-8558a31f413e",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-11-09T11:41:20.941424Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "498fb66a-66c6-46a1-8953-116c46fd6000"
},
{
"id": "ecf27b69-e5a1-47c5-af90-8558a31f413e",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-11-09T11:41:20.941424Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "498fb66a-66c6-46a1-8953-116c46fd6000"
}
],
"selectedProducts": [
{
"id": "04699d02-e0f6-4bdb-8d67-7c78f9a12303",
"markerXSolutionsId": "363774cd-9201-4e77-8e4b-78d065469ba9",
"productId": "18f62fe6-d559-4fb1-a4d1-defb7d3ea9d8"
},
{
"id": "04699d02-e0f6-4bdb-8d67-7c78f9a12303",
"markerXSolutionsId": "363774cd-9201-4e77-8e4b-78d065469ba9",
"productId": "18f62fe6-d559-4fb1-a4d1-defb7d3ea9d8"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"isApproved": 2
}
],
"reports": [
{
"id": "1f113531-7949-4e92-8db1-ed1f7d7debeb",
"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": "ec0f9a4e-081a-4e5f-aeb8-fe019836f1bc"
},
{
"id": "1f113531-7949-4e92-8db1-ed1f7d7debeb",
"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": "ec0f9a4e-081a-4e5f-aeb8-fe019836f1bc"
}
],
"archivedReports": [
{
"id": "1f113531-7949-4e92-8db1-ed1f7d7debeb",
"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": "ec0f9a4e-081a-4e5f-aeb8-fe019836f1bc"
},
{
"id": "1f113531-7949-4e92-8db1-ed1f7d7debeb",
"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": "ec0f9a4e-081a-4e5f-aeb8-fe019836f1bc"
}
],
"productSolutions": [
{
"id": "d33369f8-741f-45a5-8d1d-46e697534b57",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "6cec377c-1829-4109-8c28-aeca754c8dd0",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/6cec377c-1829-4109-8c28-aeca754c8dd0"
},
{
"id": "6cec377c-1829-4109-8c28-aeca754c8dd0",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/6cec377c-1829-4109-8c28-aeca754c8dd0"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "f8d53d4a-7129-4aad-a844-2c836c1841d9",
"value": "sample string 2",
"qrLogAttributeListValueId": "c9c2b329-48b1-495d-aa84-9179a9da7f12",
"qrLogAttributeListValue": {
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"markerXSolutionsId": "5f78f226-28c1-4b7a-b243-3b3bb9d15f21",
"qrLogAttributeId": "beecf0a0-a745-4b8b-9b4d-07ab752bb637",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
}
],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
}
},
{
"id": "f8d53d4a-7129-4aad-a844-2c836c1841d9",
"value": "sample string 2",
"qrLogAttributeListValueId": "c9c2b329-48b1-495d-aa84-9179a9da7f12",
"qrLogAttributeListValue": {
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"markerXSolutionsId": "5f78f226-28c1-4b7a-b243-3b3bb9d15f21",
"qrLogAttributeId": "beecf0a0-a745-4b8b-9b4d-07ab752bb637",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
}
],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
}
}
]
},
{
"id": "d33369f8-741f-45a5-8d1d-46e697534b57",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "6cec377c-1829-4109-8c28-aeca754c8dd0",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/6cec377c-1829-4109-8c28-aeca754c8dd0"
},
{
"id": "6cec377c-1829-4109-8c28-aeca754c8dd0",
"name": "sample string 2",
"link": "https://firelog-api.ipcom.be/api/DownloadAttachment/6cec377c-1829-4109-8c28-aeca754c8dd0"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "f8d53d4a-7129-4aad-a844-2c836c1841d9",
"value": "sample string 2",
"qrLogAttributeListValueId": "c9c2b329-48b1-495d-aa84-9179a9da7f12",
"qrLogAttributeListValue": {
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"markerXSolutionsId": "5f78f226-28c1-4b7a-b243-3b3bb9d15f21",
"qrLogAttributeId": "beecf0a0-a745-4b8b-9b4d-07ab752bb637",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
}
],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
}
},
{
"id": "f8d53d4a-7129-4aad-a844-2c836c1841d9",
"value": "sample string 2",
"qrLogAttributeListValueId": "c9c2b329-48b1-495d-aa84-9179a9da7f12",
"qrLogAttributeListValue": {
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"markerXSolutionsId": "5f78f226-28c1-4b7a-b243-3b3bb9d15f21",
"qrLogAttributeId": "beecf0a0-a745-4b8b-9b4d-07ab752bb637",
"qrLogAttribute": {
"id": "f3ba4abe-5686-46a1-8cd4-1d3cd7f7e2a4",
"code": "sample string 2",
"selectedValue": "06e491e9-9c54-4624-bec0-c097f689c7f5",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1a9cb7c6-a9ca-437a-83b4-ff7f58e5a702",
"sourceId": "ea119eaf-22f9-46aa-b4b3-b937437efdfa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bd3ac6ff-0045-410a-bdbe-60357da26e5e",
"qrLogAttributeClass": {
"id": "3a717129-ed50-4cb8-a07c-d7554cad826c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
"qrLogAttributeListValue": [
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
},
{
"id": "22e95aa7-ab5c-46c9-bb79-09bc56256522",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "741edd3b-50bc-4c78-8568-1afdcccf8e5d",
"qrLogAttributeListValueGlobalRefId": "bd62f68e-3dbd-4911-a29b-6ebaef2e9810",
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
]
}
],
"translations": [
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
},
{
"id": "58b318b2-78ab-47f7-8024-1c41b0e6fb8f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3265eac-161c-45b4-be2a-375f35d4a172"
}
],
"isOriginatedByPim": true
}
}
]
}
]
}