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": "e5dd6664-1ba9-41f5-84fc-e1ab79ade0ac",
"code": "sample string 2",
"selectedValue": "2b2c2232-e44c-431b-aa72-49240feca939",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "51a64cd4-67d1-4fc7-a2e9-9bd1cdea77fa",
"sourceId": "bf36d86f-e3ef-4251-b3c7-751e7489c1bc",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "2bd56428-2be3-40d9-9734-2ff69ae205ed",
"qrLogAttributeClass": {
"id": "7129eb90-ff47-4bb5-a26a-039704a167cf",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "11792892-fe21-4f02-b343-dacd955f8a67",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b34c6f1b-b755-423f-9c85-8270b72c4f4a"
},
{
"id": "11792892-fe21-4f02-b343-dacd955f8a67",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b34c6f1b-b755-423f-9c85-8270b72c4f4a"
}
]
},
"qrLogAttributeListValue": [
{
"id": "01daf542-c442-4ea5-bd47-98fba5351a44",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "705f40c2-a0f1-433e-a71f-4048391d7e56",
"qrLogAttributeListValueGlobalRefId": "316e7c44-f7cd-4274-80da-87b727e4da41",
"translations": [
{
"id": "11792892-fe21-4f02-b343-dacd955f8a67",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b34c6f1b-b755-423f-9c85-8270b72c4f4a"
},
{
"id": "11792892-fe21-4f02-b343-dacd955f8a67",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b34c6f1b-b755-423f-9c85-8270b72c4f4a"
}
]
},
{
"id": "01daf542-c442-4ea5-bd47-98fba5351a44",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "705f40c2-a0f1-433e-a71f-4048391d7e56",
"qrLogAttributeListValueGlobalRefId": "316e7c44-f7cd-4274-80da-87b727e4da41",
"translations": [
{
"id": "11792892-fe21-4f02-b343-dacd955f8a67",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b34c6f1b-b755-423f-9c85-8270b72c4f4a"
},
{
"id": "11792892-fe21-4f02-b343-dacd955f8a67",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b34c6f1b-b755-423f-9c85-8270b72c4f4a"
}
]
}
],
"translations": [
{
"id": "11792892-fe21-4f02-b343-dacd955f8a67",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b34c6f1b-b755-423f-9c85-8270b72c4f4a"
},
{
"id": "11792892-fe21-4f02-b343-dacd955f8a67",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b34c6f1b-b755-423f-9c85-8270b72c4f4a"
}
],
"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": "e35698ca-e9cf-46c6-a502-f410f7fbce66",
"code": "sample string 2",
"createdTs": "2026-07-30T08:01:18.7165921Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:01:18.7165921Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "7e25d887-eb6d-4b3d-8542-8d7266bf6397",
"qrLogAttributeClass": {
"id": "409c581e-cfa5-454d-9a2f-04278fba5504",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "eb557213-6e86-44d4-88cf-52ae0b890046",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b8f0b0bb-1934-485d-8681-55474c3a65d0"
},
{
"id": "eb557213-6e86-44d4-88cf-52ae0b890046",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b8f0b0bb-1934-485d-8681-55474c3a65d0"
}
]
},
"qrLogAttributeListValue": [
{
"id": "3bbc2861-92c8-49ed-93fb-d745f4285483",
"description": "sample string 2",
"createdTs": "2026-07-30T08:01:18.7165921Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:01:18.7165921Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "637ee0b5-057b-462e-8949-d142a961d2b1",
"translations": [
{
"id": "eb557213-6e86-44d4-88cf-52ae0b890046",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b8f0b0bb-1934-485d-8681-55474c3a65d0"
},
{
"id": "eb557213-6e86-44d4-88cf-52ae0b890046",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b8f0b0bb-1934-485d-8681-55474c3a65d0"
}
]
},
{
"id": "3bbc2861-92c8-49ed-93fb-d745f4285483",
"description": "sample string 2",
"createdTs": "2026-07-30T08:01:18.7165921Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:01:18.7165921Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "637ee0b5-057b-462e-8949-d142a961d2b1",
"translations": [
{
"id": "eb557213-6e86-44d4-88cf-52ae0b890046",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b8f0b0bb-1934-485d-8681-55474c3a65d0"
},
{
"id": "eb557213-6e86-44d4-88cf-52ae0b890046",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b8f0b0bb-1934-485d-8681-55474c3a65d0"
}
]
}
],
"translations": [
{
"id": "eb557213-6e86-44d4-88cf-52ae0b890046",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b8f0b0bb-1934-485d-8681-55474c3a65d0"
},
{
"id": "eb557213-6e86-44d4-88cf-52ae0b890046",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b8f0b0bb-1934-485d-8681-55474c3a65d0"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "cfe40801-e86c-454e-85bb-5eeb4160ea87",
"taxonomyNameGeneric": "sample string 8"
}