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": "bd71c53b-a782-4791-8046-cdcd4b8b2a6b",
"code": "sample string 2",
"selectedValue": "ce2b31c6-2725-4619-993f-227337653e0b",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "158c2b32-1065-4bdf-bcab-44f8342ead73",
"sourceId": "4698b382-4aa1-4c40-9a00-a1244619e057",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "de5c45fb-34d6-44b4-ac25-990211b6a7cd",
"qrLogAttributeClass": {
"id": "5fc14760-4eb2-4cd1-935d-63208f880435",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "3cf4759e-59bb-4692-90c5-913e3746ba0f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e093a34a-7bdb-4b89-abb2-7fdb192284ee"
},
{
"id": "3cf4759e-59bb-4692-90c5-913e3746ba0f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e093a34a-7bdb-4b89-abb2-7fdb192284ee"
}
]
},
"qrLogAttributeListValue": [
{
"id": "10eafdfd-68f3-4532-b90d-877e168af4a1",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "38858467-8351-473b-a7cb-560c13130a27",
"qrLogAttributeListValueGlobalRefId": "0f0c5cd8-44fb-422f-8800-c4184f8097ec",
"translations": [
{
"id": "3cf4759e-59bb-4692-90c5-913e3746ba0f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e093a34a-7bdb-4b89-abb2-7fdb192284ee"
},
{
"id": "3cf4759e-59bb-4692-90c5-913e3746ba0f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e093a34a-7bdb-4b89-abb2-7fdb192284ee"
}
]
},
{
"id": "10eafdfd-68f3-4532-b90d-877e168af4a1",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "38858467-8351-473b-a7cb-560c13130a27",
"qrLogAttributeListValueGlobalRefId": "0f0c5cd8-44fb-422f-8800-c4184f8097ec",
"translations": [
{
"id": "3cf4759e-59bb-4692-90c5-913e3746ba0f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e093a34a-7bdb-4b89-abb2-7fdb192284ee"
},
{
"id": "3cf4759e-59bb-4692-90c5-913e3746ba0f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e093a34a-7bdb-4b89-abb2-7fdb192284ee"
}
]
}
],
"translations": [
{
"id": "3cf4759e-59bb-4692-90c5-913e3746ba0f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e093a34a-7bdb-4b89-abb2-7fdb192284ee"
},
{
"id": "3cf4759e-59bb-4692-90c5-913e3746ba0f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e093a34a-7bdb-4b89-abb2-7fdb192284ee"
}
],
"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": "b6972028-5edf-43c7-a96a-1382bbdd49ac",
"code": "sample string 2",
"createdTs": "2026-04-08T11:00:08.4166852Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T11:00:08.4166852Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "95dafbed-1c45-4bf1-b762-c710ee8fb5a9",
"qrLogAttributeClass": {
"id": "7bf4aee5-4057-432f-89fd-d07573a9f173",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "dd3918fc-256b-45c4-b7ba-db2dd847c0db",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0520871b-1018-46ca-ac7b-f668921d9024"
},
{
"id": "dd3918fc-256b-45c4-b7ba-db2dd847c0db",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0520871b-1018-46ca-ac7b-f668921d9024"
}
]
},
"qrLogAttributeListValue": [
{
"id": "92579dd5-bba1-4176-85df-2985b91357f4",
"description": "sample string 2",
"createdTs": "2026-04-08T11:00:08.4166852Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T11:00:08.4166852Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "6149a94a-4c46-429a-ab46-1d36e16b7d8b",
"translations": [
{
"id": "dd3918fc-256b-45c4-b7ba-db2dd847c0db",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0520871b-1018-46ca-ac7b-f668921d9024"
},
{
"id": "dd3918fc-256b-45c4-b7ba-db2dd847c0db",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0520871b-1018-46ca-ac7b-f668921d9024"
}
]
},
{
"id": "92579dd5-bba1-4176-85df-2985b91357f4",
"description": "sample string 2",
"createdTs": "2026-04-08T11:00:08.4166852Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T11:00:08.4166852Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "6149a94a-4c46-429a-ab46-1d36e16b7d8b",
"translations": [
{
"id": "dd3918fc-256b-45c4-b7ba-db2dd847c0db",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0520871b-1018-46ca-ac7b-f668921d9024"
},
{
"id": "dd3918fc-256b-45c4-b7ba-db2dd847c0db",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0520871b-1018-46ca-ac7b-f668921d9024"
}
]
}
],
"translations": [
{
"id": "dd3918fc-256b-45c4-b7ba-db2dd847c0db",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0520871b-1018-46ca-ac7b-f668921d9024"
},
{
"id": "dd3918fc-256b-45c4-b7ba-db2dd847c0db",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0520871b-1018-46ca-ac7b-f668921d9024"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "ada78e23-dd9c-419b-9de6-ce4b49efc70a",
"taxonomyNameGeneric": "sample string 8"
}