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": "ea4d0c0b-7e65-4ebc-b26a-b2eaf9c6c3b7",
"code": "sample string 2",
"selectedValue": "e32e3cd0-717e-43eb-b711-b23d18f938aa",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "ee2098b1-b012-4e55-b5ea-46404e6b567c",
"sourceId": "dc841744-3962-4c83-a5c2-57d43c928ea4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "53a66664-42c6-4ade-82af-f42e844075a8",
"qrLogAttributeClass": {
"id": "1014d095-809c-4851-9940-645979798c13",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "2c67fd59-e1cf-45a4-89fe-9c5f2f1982bc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "77fa2fda-a6c4-461a-96db-d2bc42e30377"
},
{
"id": "2c67fd59-e1cf-45a4-89fe-9c5f2f1982bc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "77fa2fda-a6c4-461a-96db-d2bc42e30377"
}
]
},
"qrLogAttributeListValue": [
{
"id": "187567b6-3fe5-484b-ad0a-eba64d50c817",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "172ad62a-9a6f-42f4-8b5d-daa889dd3d78",
"qrLogAttributeListValueGlobalRefId": "e7ac1cce-9b4a-46f8-b5c9-a67def2eec6e",
"translations": [
{
"id": "2c67fd59-e1cf-45a4-89fe-9c5f2f1982bc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "77fa2fda-a6c4-461a-96db-d2bc42e30377"
},
{
"id": "2c67fd59-e1cf-45a4-89fe-9c5f2f1982bc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "77fa2fda-a6c4-461a-96db-d2bc42e30377"
}
]
},
{
"id": "187567b6-3fe5-484b-ad0a-eba64d50c817",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "172ad62a-9a6f-42f4-8b5d-daa889dd3d78",
"qrLogAttributeListValueGlobalRefId": "e7ac1cce-9b4a-46f8-b5c9-a67def2eec6e",
"translations": [
{
"id": "2c67fd59-e1cf-45a4-89fe-9c5f2f1982bc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "77fa2fda-a6c4-461a-96db-d2bc42e30377"
},
{
"id": "2c67fd59-e1cf-45a4-89fe-9c5f2f1982bc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "77fa2fda-a6c4-461a-96db-d2bc42e30377"
}
]
}
],
"translations": [
{
"id": "2c67fd59-e1cf-45a4-89fe-9c5f2f1982bc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "77fa2fda-a6c4-461a-96db-d2bc42e30377"
},
{
"id": "2c67fd59-e1cf-45a4-89fe-9c5f2f1982bc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "77fa2fda-a6c4-461a-96db-d2bc42e30377"
}
],
"isOriginatedByPim": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "72b7eba1-d62e-4035-a976-e22e02c8d2d1",
"code": "sample string 2",
"createdTs": "2026-08-28T06:25:36.3090078Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:25:36.3090078Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "d0255256-985a-4bee-8aba-1446a9243668",
"qrLogAttributeClass": {
"id": "b21df9db-f722-42ec-b904-89230ae6103d",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "8186b44c-869e-4a43-959c-7807482d586a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "57b46bd7-5ea8-48c8-8629-1e3813897fdc"
},
{
"id": "8186b44c-869e-4a43-959c-7807482d586a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "57b46bd7-5ea8-48c8-8629-1e3813897fdc"
}
]
},
"qrLogAttributeListValue": [
{
"id": "b58d8717-6fe1-4a8e-9892-dcdc191b91f0",
"description": "sample string 2",
"createdTs": "2026-08-28T06:25:36.3090078Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:25:36.3090078Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "f1bdf275-1b32-410f-abcb-95945ed49f30",
"translations": [
{
"id": "8186b44c-869e-4a43-959c-7807482d586a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "57b46bd7-5ea8-48c8-8629-1e3813897fdc"
},
{
"id": "8186b44c-869e-4a43-959c-7807482d586a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "57b46bd7-5ea8-48c8-8629-1e3813897fdc"
}
]
},
{
"id": "b58d8717-6fe1-4a8e-9892-dcdc191b91f0",
"description": "sample string 2",
"createdTs": "2026-08-28T06:25:36.3090078Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:25:36.3090078Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "f1bdf275-1b32-410f-abcb-95945ed49f30",
"translations": [
{
"id": "8186b44c-869e-4a43-959c-7807482d586a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "57b46bd7-5ea8-48c8-8629-1e3813897fdc"
},
{
"id": "8186b44c-869e-4a43-959c-7807482d586a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "57b46bd7-5ea8-48c8-8629-1e3813897fdc"
}
]
}
],
"translations": [
{
"id": "8186b44c-869e-4a43-959c-7807482d586a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "57b46bd7-5ea8-48c8-8629-1e3813897fdc"
},
{
"id": "8186b44c-869e-4a43-959c-7807482d586a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "57b46bd7-5ea8-48c8-8629-1e3813897fdc"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c101dfae-98b2-40b5-b308-89cbef3dac7f",
"taxonomyNameGeneric": "sample string 8"
}