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": "873d3810-4754-49f9-be07-d58002f1e55d",
"code": "sample string 2",
"selectedValue": "b3085e84-4a83-4fae-85ba-a84540f7a6da",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "156d72b0-e56b-4541-aab0-b9d053f06437",
"sourceId": "1ad41cf5-78fa-4f49-aafb-e52c4d683ebf",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "f679715d-6372-47e4-932f-e1043d4d371b",
"qrLogAttributeClass": {
"id": "fdfecbee-675e-461d-bd7b-27edb823d529",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "1ed76725-556f-412b-b98d-daad5a7d33e1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7783b990-941a-42e2-965f-85f5c5431a99"
},
{
"id": "1ed76725-556f-412b-b98d-daad5a7d33e1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7783b990-941a-42e2-965f-85f5c5431a99"
}
]
},
"qrLogAttributeListValue": [
{
"id": "2ecab7a0-fe0f-4ff6-85ab-629666902f79",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "1f9c6473-6fb0-4393-a1c8-b6a2d11f112f",
"qrLogAttributeListValueGlobalRefId": "700074ed-eaf0-4043-8515-a84aafd501de",
"translations": [
{
"id": "1ed76725-556f-412b-b98d-daad5a7d33e1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7783b990-941a-42e2-965f-85f5c5431a99"
},
{
"id": "1ed76725-556f-412b-b98d-daad5a7d33e1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7783b990-941a-42e2-965f-85f5c5431a99"
}
]
},
{
"id": "2ecab7a0-fe0f-4ff6-85ab-629666902f79",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "1f9c6473-6fb0-4393-a1c8-b6a2d11f112f",
"qrLogAttributeListValueGlobalRefId": "700074ed-eaf0-4043-8515-a84aafd501de",
"translations": [
{
"id": "1ed76725-556f-412b-b98d-daad5a7d33e1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7783b990-941a-42e2-965f-85f5c5431a99"
},
{
"id": "1ed76725-556f-412b-b98d-daad5a7d33e1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7783b990-941a-42e2-965f-85f5c5431a99"
}
]
}
],
"translations": [
{
"id": "1ed76725-556f-412b-b98d-daad5a7d33e1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7783b990-941a-42e2-965f-85f5c5431a99"
},
{
"id": "1ed76725-556f-412b-b98d-daad5a7d33e1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7783b990-941a-42e2-965f-85f5c5431a99"
}
],
"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": "89bb384b-5ace-4370-96b7-2a1c40b8236a",
"code": "sample string 2",
"createdTs": "2026-03-24T21:41:57.4449019Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:41:57.4449019Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "32f75248-33b2-49d8-ac3d-757ecabfd4ee",
"qrLogAttributeClass": {
"id": "cb6f4230-997a-40d7-950a-983219e3d7e7",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "cd830a0e-c2b2-4f3b-9234-ace4a997a443",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1f37b1dd-b23b-4bfd-ad3f-e9d035563d47"
},
{
"id": "cd830a0e-c2b2-4f3b-9234-ace4a997a443",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1f37b1dd-b23b-4bfd-ad3f-e9d035563d47"
}
]
},
"qrLogAttributeListValue": [
{
"id": "41639a09-eda6-4567-b724-663de546496e",
"description": "sample string 2",
"createdTs": "2026-03-24T21:41:57.4449019Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:41:57.4449019Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "5371dc31-732c-4570-91c6-8433066cbdcf",
"translations": [
{
"id": "cd830a0e-c2b2-4f3b-9234-ace4a997a443",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1f37b1dd-b23b-4bfd-ad3f-e9d035563d47"
},
{
"id": "cd830a0e-c2b2-4f3b-9234-ace4a997a443",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1f37b1dd-b23b-4bfd-ad3f-e9d035563d47"
}
]
},
{
"id": "41639a09-eda6-4567-b724-663de546496e",
"description": "sample string 2",
"createdTs": "2026-03-24T21:41:57.4449019Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:41:57.4449019Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "5371dc31-732c-4570-91c6-8433066cbdcf",
"translations": [
{
"id": "cd830a0e-c2b2-4f3b-9234-ace4a997a443",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1f37b1dd-b23b-4bfd-ad3f-e9d035563d47"
},
{
"id": "cd830a0e-c2b2-4f3b-9234-ace4a997a443",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1f37b1dd-b23b-4bfd-ad3f-e9d035563d47"
}
]
}
],
"translations": [
{
"id": "cd830a0e-c2b2-4f3b-9234-ace4a997a443",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1f37b1dd-b23b-4bfd-ad3f-e9d035563d47"
},
{
"id": "cd830a0e-c2b2-4f3b-9234-ace4a997a443",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1f37b1dd-b23b-4bfd-ad3f-e9d035563d47"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "6285e750-9b95-4739-8d2e-c19de0ff5f5a",
"taxonomyNameGeneric": "sample string 8"
}