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": "42e61bf6-b3f2-48f7-8281-d25220bacac4",
"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": "972190f0-3b29-40e6-9b79-5db7184b9d8a",
"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": "3a541372-340a-46e4-841e-65e5ebee61bd",
"blueprint": "sample string 12",
"buildingComponent": "sample string 13",
"buildingComponentId": "5f6905d8-e6bd-40eb-bf06-0e77bf29a060",
"project": "sample string 15",
"projectId": "6e5e809d-ede1-462c-b7dd-1019d8a798e7",
"qrLogAttributeXMarker": [
{
"id": "1004afb5-1f94-4d18-be09-e95ac204349e",
"value": "sample string 2",
"qrLogAttributeListValueId": "b6d7e27d-87b9-43ac-9e28-8b03e4c5d467",
"markerId": "b4436dc4-a3fc-4df2-9114-317523fd6cff",
"qrLogAttributeId": "874b61c6-5a4f-44a9-99ed-a5b147ab322f",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
}
],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
}
},
{
"id": "1004afb5-1f94-4d18-be09-e95ac204349e",
"value": "sample string 2",
"qrLogAttributeListValueId": "b6d7e27d-87b9-43ac-9e28-8b03e4c5d467",
"markerId": "b4436dc4-a3fc-4df2-9114-317523fd6cff",
"qrLogAttributeId": "874b61c6-5a4f-44a9-99ed-a5b147ab322f",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
}
],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
}
}
],
"markerXSolutions": [
{
"id": "1f5b6a97-abaa-429b-98a9-26df7acaf335",
"markerId": "051f0f62-726f-41d4-a08f-05ff0eaf91d4",
"solutionId": "19c0b535-78fd-48fc-b5b8-4d4b0d7899c5",
"taxonomy263415Id": "1c89cbaa-5edb-4c2e-a70e-8b46a7213695",
"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": "c24b18a5-3351-4e92-925c-e17a70b59e86",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "760ed2f3-44fb-4c36-9890-74c2964c5437",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/760ed2f3-44fb-4c36-9890-74c2964c5437"
},
{
"id": "760ed2f3-44fb-4c36-9890-74c2964c5437",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/760ed2f3-44fb-4c36-9890-74c2964c5437"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "8f58d364-28b9-4dcc-b825-9e30514d3ae5",
"value": "sample string 2",
"qrLogAttributeListValueId": "b893233c-9fa1-419c-84f0-71b9083d354a",
"qrLogAttributeListValue": {
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"markerXSolutionsId": "dd8d34df-f33a-41ac-92d3-5333a3933200",
"qrLogAttributeId": "5a9495ee-7ca2-4476-abcc-6bf2299fdc12",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
}
],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8f58d364-28b9-4dcc-b825-9e30514d3ae5",
"value": "sample string 2",
"qrLogAttributeListValueId": "b893233c-9fa1-419c-84f0-71b9083d354a",
"qrLogAttributeListValue": {
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"markerXSolutionsId": "dd8d34df-f33a-41ac-92d3-5333a3933200",
"qrLogAttributeId": "5a9495ee-7ca2-4476-abcc-6bf2299fdc12",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
}
],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "8f58d364-28b9-4dcc-b825-9e30514d3ae5",
"value": "sample string 2",
"qrLogAttributeListValueId": "b893233c-9fa1-419c-84f0-71b9083d354a",
"qrLogAttributeListValue": {
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"markerXSolutionsId": "dd8d34df-f33a-41ac-92d3-5333a3933200",
"qrLogAttributeId": "5a9495ee-7ca2-4476-abcc-6bf2299fdc12",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
}
],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8f58d364-28b9-4dcc-b825-9e30514d3ae5",
"value": "sample string 2",
"qrLogAttributeListValueId": "b893233c-9fa1-419c-84f0-71b9083d354a",
"qrLogAttributeListValue": {
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"markerXSolutionsId": "dd8d34df-f33a-41ac-92d3-5333a3933200",
"qrLogAttributeId": "5a9495ee-7ca2-4476-abcc-6bf2299fdc12",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
}
],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "ad17dcf5-74c9-4f46-8afd-77dbbcc790ad",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-28T06:25:35.3028095Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "8ae5c408-cd85-46c7-a143-c39e01effa96"
},
{
"id": "ad17dcf5-74c9-4f46-8afd-77dbbcc790ad",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-28T06:25:35.3028095Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "8ae5c408-cd85-46c7-a143-c39e01effa96"
}
],
"selectedProducts": [
{
"id": "b2336dd3-0ea1-498d-9b7c-c712b8d3826b",
"markerXSolutionsId": "9d19ed37-c325-4d00-84d9-14d402e2c408",
"productId": "3bc42edb-304a-4dc5-9dba-cb120b40d018"
},
{
"id": "b2336dd3-0ea1-498d-9b7c-c712b8d3826b",
"markerXSolutionsId": "9d19ed37-c325-4d00-84d9-14d402e2c408",
"productId": "3bc42edb-304a-4dc5-9dba-cb120b40d018"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"imageLink": "sample string 13",
"isApproved": 2
},
{
"id": "1f5b6a97-abaa-429b-98a9-26df7acaf335",
"markerId": "051f0f62-726f-41d4-a08f-05ff0eaf91d4",
"solutionId": "19c0b535-78fd-48fc-b5b8-4d4b0d7899c5",
"taxonomy263415Id": "1c89cbaa-5edb-4c2e-a70e-8b46a7213695",
"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": "c24b18a5-3351-4e92-925c-e17a70b59e86",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "760ed2f3-44fb-4c36-9890-74c2964c5437",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/760ed2f3-44fb-4c36-9890-74c2964c5437"
},
{
"id": "760ed2f3-44fb-4c36-9890-74c2964c5437",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/760ed2f3-44fb-4c36-9890-74c2964c5437"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "8f58d364-28b9-4dcc-b825-9e30514d3ae5",
"value": "sample string 2",
"qrLogAttributeListValueId": "b893233c-9fa1-419c-84f0-71b9083d354a",
"qrLogAttributeListValue": {
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"markerXSolutionsId": "dd8d34df-f33a-41ac-92d3-5333a3933200",
"qrLogAttributeId": "5a9495ee-7ca2-4476-abcc-6bf2299fdc12",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
}
],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8f58d364-28b9-4dcc-b825-9e30514d3ae5",
"value": "sample string 2",
"qrLogAttributeListValueId": "b893233c-9fa1-419c-84f0-71b9083d354a",
"qrLogAttributeListValue": {
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"markerXSolutionsId": "dd8d34df-f33a-41ac-92d3-5333a3933200",
"qrLogAttributeId": "5a9495ee-7ca2-4476-abcc-6bf2299fdc12",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
}
],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "8f58d364-28b9-4dcc-b825-9e30514d3ae5",
"value": "sample string 2",
"qrLogAttributeListValueId": "b893233c-9fa1-419c-84f0-71b9083d354a",
"qrLogAttributeListValue": {
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"markerXSolutionsId": "dd8d34df-f33a-41ac-92d3-5333a3933200",
"qrLogAttributeId": "5a9495ee-7ca2-4476-abcc-6bf2299fdc12",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
}
],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8f58d364-28b9-4dcc-b825-9e30514d3ae5",
"value": "sample string 2",
"qrLogAttributeListValueId": "b893233c-9fa1-419c-84f0-71b9083d354a",
"qrLogAttributeListValue": {
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"markerXSolutionsId": "dd8d34df-f33a-41ac-92d3-5333a3933200",
"qrLogAttributeId": "5a9495ee-7ca2-4476-abcc-6bf2299fdc12",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
}
],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "ad17dcf5-74c9-4f46-8afd-77dbbcc790ad",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-28T06:25:35.3028095Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "8ae5c408-cd85-46c7-a143-c39e01effa96"
},
{
"id": "ad17dcf5-74c9-4f46-8afd-77dbbcc790ad",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-28T06:25:35.3028095Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "8ae5c408-cd85-46c7-a143-c39e01effa96"
}
],
"selectedProducts": [
{
"id": "b2336dd3-0ea1-498d-9b7c-c712b8d3826b",
"markerXSolutionsId": "9d19ed37-c325-4d00-84d9-14d402e2c408",
"productId": "3bc42edb-304a-4dc5-9dba-cb120b40d018"
},
{
"id": "b2336dd3-0ea1-498d-9b7c-c712b8d3826b",
"markerXSolutionsId": "9d19ed37-c325-4d00-84d9-14d402e2c408",
"productId": "3bc42edb-304a-4dc5-9dba-cb120b40d018"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"imageLink": "sample string 13",
"isApproved": 2
}
],
"reports": [
{
"id": "242dabc4-20d8-46a2-82ee-7a5eae9085ab",
"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": "8165bcd9-6bb7-46ec-8be0-28e105a4a09b"
},
{
"id": "242dabc4-20d8-46a2-82ee-7a5eae9085ab",
"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": "8165bcd9-6bb7-46ec-8be0-28e105a4a09b"
}
],
"archivedReports": [
{
"id": "242dabc4-20d8-46a2-82ee-7a5eae9085ab",
"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": "8165bcd9-6bb7-46ec-8be0-28e105a4a09b"
},
{
"id": "242dabc4-20d8-46a2-82ee-7a5eae9085ab",
"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": "8165bcd9-6bb7-46ec-8be0-28e105a4a09b"
}
],
"productSolutions": [
{
"id": "c24b18a5-3351-4e92-925c-e17a70b59e86",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "760ed2f3-44fb-4c36-9890-74c2964c5437",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/760ed2f3-44fb-4c36-9890-74c2964c5437"
},
{
"id": "760ed2f3-44fb-4c36-9890-74c2964c5437",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/760ed2f3-44fb-4c36-9890-74c2964c5437"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "8f58d364-28b9-4dcc-b825-9e30514d3ae5",
"value": "sample string 2",
"qrLogAttributeListValueId": "b893233c-9fa1-419c-84f0-71b9083d354a",
"qrLogAttributeListValue": {
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"markerXSolutionsId": "dd8d34df-f33a-41ac-92d3-5333a3933200",
"qrLogAttributeId": "5a9495ee-7ca2-4476-abcc-6bf2299fdc12",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
}
],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8f58d364-28b9-4dcc-b825-9e30514d3ae5",
"value": "sample string 2",
"qrLogAttributeListValueId": "b893233c-9fa1-419c-84f0-71b9083d354a",
"qrLogAttributeListValue": {
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"markerXSolutionsId": "dd8d34df-f33a-41ac-92d3-5333a3933200",
"qrLogAttributeId": "5a9495ee-7ca2-4476-abcc-6bf2299fdc12",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
}
],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
}
}
]
},
{
"id": "c24b18a5-3351-4e92-925c-e17a70b59e86",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "760ed2f3-44fb-4c36-9890-74c2964c5437",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/760ed2f3-44fb-4c36-9890-74c2964c5437"
},
{
"id": "760ed2f3-44fb-4c36-9890-74c2964c5437",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/760ed2f3-44fb-4c36-9890-74c2964c5437"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "8f58d364-28b9-4dcc-b825-9e30514d3ae5",
"value": "sample string 2",
"qrLogAttributeListValueId": "b893233c-9fa1-419c-84f0-71b9083d354a",
"qrLogAttributeListValue": {
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"markerXSolutionsId": "dd8d34df-f33a-41ac-92d3-5333a3933200",
"qrLogAttributeId": "5a9495ee-7ca2-4476-abcc-6bf2299fdc12",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
}
],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
}
},
{
"id": "8f58d364-28b9-4dcc-b825-9e30514d3ae5",
"value": "sample string 2",
"qrLogAttributeListValueId": "b893233c-9fa1-419c-84f0-71b9083d354a",
"qrLogAttributeListValue": {
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"markerXSolutionsId": "dd8d34df-f33a-41ac-92d3-5333a3933200",
"qrLogAttributeId": "5a9495ee-7ca2-4476-abcc-6bf2299fdc12",
"qrLogAttribute": {
"id": "d6989321-4ef8-4475-ba00-4f4908476124",
"code": "sample string 2",
"selectedValue": "1b884e72-0545-4cb5-91de-81faa4a99334",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4e89eba-fb64-43c9-a96a-acf023dcfd98",
"sourceId": "e1b81196-0af5-4287-90cc-b925788939fa",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f856098e-9f0b-4a37-90c0-ede1f22062a7",
"qrLogAttributeClass": {
"id": "b1d799c2-8642-478c-aea0-91d6b3e0399f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
},
{
"id": "5bac47f6-4553-4bcf-9e9e-28b6e1223780",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8e7bb922-f0a2-40b1-9147-d3f03cd7fc28",
"qrLogAttributeListValueGlobalRefId": "2f0aee0a-0898-433a-82db-a4132133e8ee",
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
]
}
],
"translations": [
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
},
{
"id": "4d7f48e2-187a-43c0-bacf-baf9e4e5c556",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5285fc7-dd70-4800-8c52-34343c4ecb87"
}
],
"isOriginatedByPim": true
}
}
]
}
]
}