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": "7acfda58-4d3a-428f-9c82-a60e7d825231",
"code": "sample string 2",
"selectedValue": "fde0f296-dd94-48c6-94d0-95d4773ddae8",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "130e5455-da8c-4e3c-8ee8-aa255bb1d8f8",
"sourceId": "18f7f4f8-ce8a-4272-bc7e-d3806ab41cc8",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "8167a3a7-69a0-40ab-a403-7998c8bd9bbc",
"qrLogAttributeClass": {
"id": "90d74f85-c7ea-4c39-85dd-dbce873946de",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "1fd0c41b-bdcc-4caa-8864-7d0ed3a77191",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dbe9a765-cc91-4910-96eb-19d0f1c62510"
},
{
"id": "1fd0c41b-bdcc-4caa-8864-7d0ed3a77191",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dbe9a765-cc91-4910-96eb-19d0f1c62510"
}
]
},
"qrLogAttributeListValue": [
{
"id": "f7a5080a-47d4-4f8c-bb04-64cea27146ca",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "994cbdeb-f6bf-4643-b6b0-6295885a935d",
"qrLogAttributeListValueGlobalRefId": "d295f8d8-89d1-43c6-9652-6b17a7be224d",
"translations": [
{
"id": "1fd0c41b-bdcc-4caa-8864-7d0ed3a77191",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dbe9a765-cc91-4910-96eb-19d0f1c62510"
},
{
"id": "1fd0c41b-bdcc-4caa-8864-7d0ed3a77191",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dbe9a765-cc91-4910-96eb-19d0f1c62510"
}
]
},
{
"id": "f7a5080a-47d4-4f8c-bb04-64cea27146ca",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "994cbdeb-f6bf-4643-b6b0-6295885a935d",
"qrLogAttributeListValueGlobalRefId": "d295f8d8-89d1-43c6-9652-6b17a7be224d",
"translations": [
{
"id": "1fd0c41b-bdcc-4caa-8864-7d0ed3a77191",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dbe9a765-cc91-4910-96eb-19d0f1c62510"
},
{
"id": "1fd0c41b-bdcc-4caa-8864-7d0ed3a77191",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dbe9a765-cc91-4910-96eb-19d0f1c62510"
}
]
}
],
"translations": [
{
"id": "1fd0c41b-bdcc-4caa-8864-7d0ed3a77191",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dbe9a765-cc91-4910-96eb-19d0f1c62510"
},
{
"id": "1fd0c41b-bdcc-4caa-8864-7d0ed3a77191",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dbe9a765-cc91-4910-96eb-19d0f1c62510"
}
],
"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": "aff8e6e5-1535-4a7d-b41d-f4292c0df76a",
"code": "sample string 2",
"createdTs": "2026-01-03T08:30:57.1979929Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:30:57.1979929Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "ccaae31e-f044-40d9-945e-5cf5aaa2ea01",
"qrLogAttributeClass": {
"id": "4a80c586-d771-48b9-8944-02dd6c15e4c6",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "22918735-232b-41a2-a55c-2e726b9258ea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8932416b-b659-44dd-a5df-fa6bf6cc0c0a"
},
{
"id": "22918735-232b-41a2-a55c-2e726b9258ea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8932416b-b659-44dd-a5df-fa6bf6cc0c0a"
}
]
},
"qrLogAttributeListValue": [
{
"id": "aae6a19a-a48c-448e-91fe-1e542e2515f6",
"description": "sample string 2",
"createdTs": "2026-01-03T08:30:57.1979929Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:30:57.1979929Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "b7d5e2a0-3322-4c98-bf69-e5d0d6c41055",
"translations": [
{
"id": "22918735-232b-41a2-a55c-2e726b9258ea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8932416b-b659-44dd-a5df-fa6bf6cc0c0a"
},
{
"id": "22918735-232b-41a2-a55c-2e726b9258ea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8932416b-b659-44dd-a5df-fa6bf6cc0c0a"
}
]
},
{
"id": "aae6a19a-a48c-448e-91fe-1e542e2515f6",
"description": "sample string 2",
"createdTs": "2026-01-03T08:30:57.1979929Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:30:57.1979929Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "b7d5e2a0-3322-4c98-bf69-e5d0d6c41055",
"translations": [
{
"id": "22918735-232b-41a2-a55c-2e726b9258ea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8932416b-b659-44dd-a5df-fa6bf6cc0c0a"
},
{
"id": "22918735-232b-41a2-a55c-2e726b9258ea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8932416b-b659-44dd-a5df-fa6bf6cc0c0a"
}
]
}
],
"translations": [
{
"id": "22918735-232b-41a2-a55c-2e726b9258ea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8932416b-b659-44dd-a5df-fa6bf6cc0c0a"
},
{
"id": "22918735-232b-41a2-a55c-2e726b9258ea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8932416b-b659-44dd-a5df-fa6bf6cc0c0a"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "08f96a01-b14e-48b1-9b20-00a9feef4e01",
"taxonomyNameGeneric": "sample string 8"
}