POST api/QRLogAttributes/Clone
Request Information
URI Parameters
None.
Body Parameters
QRLogAttributeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| SelectedValue | globally unique identifier |
None. |
|
| Value | string |
None. |
|
| CustomerId | integer |
None. |
|
| Visible | boolean |
None. |
|
| Index | integer |
None. |
|
| Required | boolean |
None. |
|
| QRLogAttributeGlobalRefId | globally unique identifier |
None. |
|
| SourceId | globally unique identifier |
None. |
|
| CanDelete | boolean |
None. |
|
| CodeFallback | string |
None. |
|
| QRLogAttributeClassId | globally unique identifier |
None. |
|
| QRLogAttributeClass | QRLogAttributeClassViewModel |
None. |
|
| QRLogAttributeListValue | Collection of QRLogAttributeListValueViewModel |
None. |
|
| Translations | Collection of TranslationViewModel |
None. |
|
| IsOriginatedByPim | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "665e039e-9367-494d-8c74-efe461257869",
"code": "sample string 2",
"selectedValue": "4eb7295d-54d5-43c9-9822-2d6d6d26d65d",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "25383d41-0254-4a91-9bec-6dbb8bd7c11a",
"sourceId": "67e153a7-9b63-4419-aa7d-fe3146c11905",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "fa033d2f-b1e7-4761-9f02-ec69cf124508",
"qrLogAttributeClass": {
"id": "9267bdb9-70d8-42fa-a715-fb9f05c9a536",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "eed4f3f8-241e-49f7-9376-4d300daebeb8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b141482e-cd92-4574-bbb5-d9899ed483e7"
},
{
"id": "eed4f3f8-241e-49f7-9376-4d300daebeb8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b141482e-cd92-4574-bbb5-d9899ed483e7"
}
]
},
"qrLogAttributeListValue": [
{
"id": "433521f7-a100-4498-b2b3-3d59524b0c0a",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "935eda15-f0a8-4a8c-b017-beb581e1df04",
"qrLogAttributeListValueGlobalRefId": "801b83d1-f46b-4cdd-a894-d643eb4d0e41",
"translations": [
{
"id": "eed4f3f8-241e-49f7-9376-4d300daebeb8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b141482e-cd92-4574-bbb5-d9899ed483e7"
},
{
"id": "eed4f3f8-241e-49f7-9376-4d300daebeb8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b141482e-cd92-4574-bbb5-d9899ed483e7"
}
]
},
{
"id": "433521f7-a100-4498-b2b3-3d59524b0c0a",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "935eda15-f0a8-4a8c-b017-beb581e1df04",
"qrLogAttributeListValueGlobalRefId": "801b83d1-f46b-4cdd-a894-d643eb4d0e41",
"translations": [
{
"id": "eed4f3f8-241e-49f7-9376-4d300daebeb8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b141482e-cd92-4574-bbb5-d9899ed483e7"
},
{
"id": "eed4f3f8-241e-49f7-9376-4d300daebeb8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b141482e-cd92-4574-bbb5-d9899ed483e7"
}
]
}
],
"translations": [
{
"id": "eed4f3f8-241e-49f7-9376-4d300daebeb8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b141482e-cd92-4574-bbb5-d9899ed483e7"
},
{
"id": "eed4f3f8-241e-49f7-9376-4d300daebeb8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b141482e-cd92-4574-bbb5-d9899ed483e7"
}
],
"isOriginatedByPim": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
QRLogAttribute| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| CreatedTs | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedTs | date |
None. |
|
| ModifiedBy | string |
None. |
|
| CustomerId | integer |
None. |
|
| Visible | boolean |
None. |
|
| QRLogAttributeClassId | globally unique identifier |
None. |
|
| QRLogAttributeClass | QRLogAttributeClass |
None. |
|
| QRLogAttributeListValue | Collection of QRLogAttributeListValue |
None. |
|
| Translations | Collection of Translation |
None. |
|
| Index | integer |
None. |
|
| Required | boolean |
None. |
|
| QRLogAttributeGlobalRefId | globally unique identifier |
None. |
|
| TaxonomyNameGeneric | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "9d7870da-bb23-4d7a-b406-460564de6cfd",
"code": "sample string 2",
"createdTs": "2026-02-12T13:44:37.750365Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:44:37.750365Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "0a87e3bd-b01d-4baa-ae98-d906965e6011",
"qrLogAttributeClass": {
"id": "17cf013c-6460-48ad-823a-c0e5f9a4ab23",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "8dff9f60-e637-42eb-92a6-91e9042f2e4c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "febc5c36-2ae7-42d3-b8ac-155b385e3846"
},
{
"id": "8dff9f60-e637-42eb-92a6-91e9042f2e4c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "febc5c36-2ae7-42d3-b8ac-155b385e3846"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e8f0fdbf-12ac-42ad-99ed-63f1bed1c943",
"description": "sample string 2",
"createdTs": "2026-02-12T13:44:37.750365Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:44:37.750365Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "70f6947c-3f19-4df8-a4fd-b15dab8785cd",
"translations": [
{
"id": "8dff9f60-e637-42eb-92a6-91e9042f2e4c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "febc5c36-2ae7-42d3-b8ac-155b385e3846"
},
{
"id": "8dff9f60-e637-42eb-92a6-91e9042f2e4c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "febc5c36-2ae7-42d3-b8ac-155b385e3846"
}
]
},
{
"id": "e8f0fdbf-12ac-42ad-99ed-63f1bed1c943",
"description": "sample string 2",
"createdTs": "2026-02-12T13:44:37.750365Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:44:37.750365Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "70f6947c-3f19-4df8-a4fd-b15dab8785cd",
"translations": [
{
"id": "8dff9f60-e637-42eb-92a6-91e9042f2e4c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "febc5c36-2ae7-42d3-b8ac-155b385e3846"
},
{
"id": "8dff9f60-e637-42eb-92a6-91e9042f2e4c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "febc5c36-2ae7-42d3-b8ac-155b385e3846"
}
]
}
],
"translations": [
{
"id": "8dff9f60-e637-42eb-92a6-91e9042f2e4c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "febc5c36-2ae7-42d3-b8ac-155b385e3846"
},
{
"id": "8dff9f60-e637-42eb-92a6-91e9042f2e4c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "febc5c36-2ae7-42d3-b8ac-155b385e3846"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c1bb53b4-ac5a-413d-af48-947fbf63e659",
"taxonomyNameGeneric": "sample string 8"
}