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": "0be4bb19-76ed-46e0-9844-f82d3aac7f7c",
"code": "sample string 2",
"selectedValue": "b6456a91-ef43-45e8-8022-13535a953526",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "5cde153b-8b63-45ff-9d45-dbb73c965904",
"sourceId": "d4ed208d-031d-45d3-b182-f4611b092cc6",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "8d751388-2f49-4122-b66c-c2a3aba882c3",
"qrLogAttributeClass": {
"id": "7757439d-f888-4675-a4e9-53fa96fe8153",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "8f61d511-5b27-42c3-87a3-b397844d1987",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d1fd46e5-afa5-4544-84c1-6cb293a6647b"
},
{
"id": "8f61d511-5b27-42c3-87a3-b397844d1987",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d1fd46e5-afa5-4544-84c1-6cb293a6647b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "bcf3fdeb-5c62-4f50-81d4-af30fa7e1112",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "eea13fde-dca7-43c8-85ac-5d8ad4e0dbcc",
"qrLogAttributeListValueGlobalRefId": "96447b0b-5e14-4f8c-a49c-3e05380022bd",
"translations": [
{
"id": "8f61d511-5b27-42c3-87a3-b397844d1987",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d1fd46e5-afa5-4544-84c1-6cb293a6647b"
},
{
"id": "8f61d511-5b27-42c3-87a3-b397844d1987",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d1fd46e5-afa5-4544-84c1-6cb293a6647b"
}
]
},
{
"id": "bcf3fdeb-5c62-4f50-81d4-af30fa7e1112",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "eea13fde-dca7-43c8-85ac-5d8ad4e0dbcc",
"qrLogAttributeListValueGlobalRefId": "96447b0b-5e14-4f8c-a49c-3e05380022bd",
"translations": [
{
"id": "8f61d511-5b27-42c3-87a3-b397844d1987",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d1fd46e5-afa5-4544-84c1-6cb293a6647b"
},
{
"id": "8f61d511-5b27-42c3-87a3-b397844d1987",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d1fd46e5-afa5-4544-84c1-6cb293a6647b"
}
]
}
],
"translations": [
{
"id": "8f61d511-5b27-42c3-87a3-b397844d1987",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d1fd46e5-afa5-4544-84c1-6cb293a6647b"
},
{
"id": "8f61d511-5b27-42c3-87a3-b397844d1987",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d1fd46e5-afa5-4544-84c1-6cb293a6647b"
}
],
"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": "4ac3899f-4af1-4c99-8f2e-1b2337a3ea82",
"code": "sample string 2",
"createdTs": "2026-08-25T05:24:00.2071694Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:24:00.2071694Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "1b4949ff-0d0b-41f3-87e6-abd48c1eaa43",
"qrLogAttributeClass": {
"id": "5ab7dfc4-7723-4674-9f45-0685e9289d97",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4e4d757a-bcc5-4b46-9718-8c4d4ef83dde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "76562b8d-68ae-4f6d-bacc-dba07fd3d954"
},
{
"id": "4e4d757a-bcc5-4b46-9718-8c4d4ef83dde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "76562b8d-68ae-4f6d-bacc-dba07fd3d954"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e74be334-9707-4182-bc4f-0a7b0fc5b7ef",
"description": "sample string 2",
"createdTs": "2026-08-25T05:24:00.2071694Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:24:00.2071694Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a24fc795-661c-45a7-8284-40b4c80189ef",
"translations": [
{
"id": "4e4d757a-bcc5-4b46-9718-8c4d4ef83dde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "76562b8d-68ae-4f6d-bacc-dba07fd3d954"
},
{
"id": "4e4d757a-bcc5-4b46-9718-8c4d4ef83dde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "76562b8d-68ae-4f6d-bacc-dba07fd3d954"
}
]
},
{
"id": "e74be334-9707-4182-bc4f-0a7b0fc5b7ef",
"description": "sample string 2",
"createdTs": "2026-08-25T05:24:00.2071694Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:24:00.2071694Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a24fc795-661c-45a7-8284-40b4c80189ef",
"translations": [
{
"id": "4e4d757a-bcc5-4b46-9718-8c4d4ef83dde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "76562b8d-68ae-4f6d-bacc-dba07fd3d954"
},
{
"id": "4e4d757a-bcc5-4b46-9718-8c4d4ef83dde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "76562b8d-68ae-4f6d-bacc-dba07fd3d954"
}
]
}
],
"translations": [
{
"id": "4e4d757a-bcc5-4b46-9718-8c4d4ef83dde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "76562b8d-68ae-4f6d-bacc-dba07fd3d954"
},
{
"id": "4e4d757a-bcc5-4b46-9718-8c4d4ef83dde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "76562b8d-68ae-4f6d-bacc-dba07fd3d954"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "8623fc20-cb04-4ba1-838c-0a0d43707543",
"taxonomyNameGeneric": "sample string 8"
}