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": "7561d67b-455c-4189-98ba-7e5f6da8972b",
"code": "sample string 2",
"selectedValue": "09e505a0-89ee-4f3d-bb8d-9b6e56d9633e",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1595bdd6-dfd5-44bf-912f-cb34821a61dc",
"sourceId": "c2e2f029-d849-4c48-810b-30184d68c7f3",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "59c03f7a-f994-493f-a6f7-2d96c00e41d5",
"qrLogAttributeClass": {
"id": "28033690-ea5f-48e5-aa37-561f73f2b5e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "12f9a5bf-44fa-442b-9144-8428a5a11570",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "27d4692d-9020-4929-806a-35c2a8b9cb58"
},
{
"id": "12f9a5bf-44fa-442b-9144-8428a5a11570",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "27d4692d-9020-4929-806a-35c2a8b9cb58"
}
]
},
"qrLogAttributeListValue": [
{
"id": "fd7226ed-d03c-4f28-9329-07f3ffce33a1",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "6525d843-730c-456b-a480-b365fecf6b76",
"qrLogAttributeListValueGlobalRefId": "d422f163-bd01-4e51-95a9-e51349fbc1e0",
"translations": [
{
"id": "12f9a5bf-44fa-442b-9144-8428a5a11570",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "27d4692d-9020-4929-806a-35c2a8b9cb58"
},
{
"id": "12f9a5bf-44fa-442b-9144-8428a5a11570",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "27d4692d-9020-4929-806a-35c2a8b9cb58"
}
]
},
{
"id": "fd7226ed-d03c-4f28-9329-07f3ffce33a1",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "6525d843-730c-456b-a480-b365fecf6b76",
"qrLogAttributeListValueGlobalRefId": "d422f163-bd01-4e51-95a9-e51349fbc1e0",
"translations": [
{
"id": "12f9a5bf-44fa-442b-9144-8428a5a11570",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "27d4692d-9020-4929-806a-35c2a8b9cb58"
},
{
"id": "12f9a5bf-44fa-442b-9144-8428a5a11570",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "27d4692d-9020-4929-806a-35c2a8b9cb58"
}
]
}
],
"translations": [
{
"id": "12f9a5bf-44fa-442b-9144-8428a5a11570",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "27d4692d-9020-4929-806a-35c2a8b9cb58"
},
{
"id": "12f9a5bf-44fa-442b-9144-8428a5a11570",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "27d4692d-9020-4929-806a-35c2a8b9cb58"
}
],
"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": "fe091434-5512-4271-8dcd-2450742f7558",
"code": "sample string 2",
"createdTs": "2025-12-19T05:21:08.9426189Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:21:08.9426189Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "5aa31101-073f-4f0e-b35c-c7d316b45f5a",
"qrLogAttributeClass": {
"id": "4e3c0018-7b7b-4e64-8cf3-bfb5cfa4fae1",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "bafb126d-338f-4fae-a9e5-131df8f36cac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2ef3304a-5625-4b6a-86af-b051783aa4c7"
},
{
"id": "bafb126d-338f-4fae-a9e5-131df8f36cac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2ef3304a-5625-4b6a-86af-b051783aa4c7"
}
]
},
"qrLogAttributeListValue": [
{
"id": "9648b1af-6b24-40be-8118-971323539081",
"description": "sample string 2",
"createdTs": "2025-12-19T05:21:08.9426189Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:21:08.9426189Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "cdd2cae7-dff0-4f37-b0d4-0dc207e30056",
"translations": [
{
"id": "bafb126d-338f-4fae-a9e5-131df8f36cac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2ef3304a-5625-4b6a-86af-b051783aa4c7"
},
{
"id": "bafb126d-338f-4fae-a9e5-131df8f36cac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2ef3304a-5625-4b6a-86af-b051783aa4c7"
}
]
},
{
"id": "9648b1af-6b24-40be-8118-971323539081",
"description": "sample string 2",
"createdTs": "2025-12-19T05:21:08.9426189Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:21:08.9426189Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "cdd2cae7-dff0-4f37-b0d4-0dc207e30056",
"translations": [
{
"id": "bafb126d-338f-4fae-a9e5-131df8f36cac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2ef3304a-5625-4b6a-86af-b051783aa4c7"
},
{
"id": "bafb126d-338f-4fae-a9e5-131df8f36cac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2ef3304a-5625-4b6a-86af-b051783aa4c7"
}
]
}
],
"translations": [
{
"id": "bafb126d-338f-4fae-a9e5-131df8f36cac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2ef3304a-5625-4b6a-86af-b051783aa4c7"
},
{
"id": "bafb126d-338f-4fae-a9e5-131df8f36cac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2ef3304a-5625-4b6a-86af-b051783aa4c7"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "f2cbdaf4-fe93-4948-bb50-b1999c604f83",
"taxonomyNameGeneric": "sample string 8"
}