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": "6de51bea-881e-4190-9a06-8ed88bc6d0d1",
"code": "sample string 2",
"selectedValue": "f44fca28-9655-47b4-a831-b828701c1286",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "ee902850-5718-4408-97c4-8cf715b6ec08",
"sourceId": "59d5022e-6e34-40a6-91a0-2ed0441a2f60",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "4606b6e2-de21-4bb0-a4f3-323c3c0e2322",
"qrLogAttributeClass": {
"id": "99fccd1b-9fab-439a-bd64-c58c23cd01f3",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c236f7c7-a3b2-4d20-9a0d-754386599c83",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "947befcc-a031-4f2f-b726-30273ad81eec"
},
{
"id": "c236f7c7-a3b2-4d20-9a0d-754386599c83",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "947befcc-a031-4f2f-b726-30273ad81eec"
}
]
},
"qrLogAttributeListValue": [
{
"id": "9c3c9de7-498a-475a-9559-d9c4ca7fba33",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c7f4f55c-70ab-40de-b25e-0f9f1b1cbc93",
"qrLogAttributeListValueGlobalRefId": "c63ccd33-4661-450d-a158-8779bed1e27a",
"translations": [
{
"id": "c236f7c7-a3b2-4d20-9a0d-754386599c83",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "947befcc-a031-4f2f-b726-30273ad81eec"
},
{
"id": "c236f7c7-a3b2-4d20-9a0d-754386599c83",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "947befcc-a031-4f2f-b726-30273ad81eec"
}
]
},
{
"id": "9c3c9de7-498a-475a-9559-d9c4ca7fba33",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c7f4f55c-70ab-40de-b25e-0f9f1b1cbc93",
"qrLogAttributeListValueGlobalRefId": "c63ccd33-4661-450d-a158-8779bed1e27a",
"translations": [
{
"id": "c236f7c7-a3b2-4d20-9a0d-754386599c83",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "947befcc-a031-4f2f-b726-30273ad81eec"
},
{
"id": "c236f7c7-a3b2-4d20-9a0d-754386599c83",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "947befcc-a031-4f2f-b726-30273ad81eec"
}
]
}
],
"translations": [
{
"id": "c236f7c7-a3b2-4d20-9a0d-754386599c83",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "947befcc-a031-4f2f-b726-30273ad81eec"
},
{
"id": "c236f7c7-a3b2-4d20-9a0d-754386599c83",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "947befcc-a031-4f2f-b726-30273ad81eec"
}
],
"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": "fb1c9e55-81c3-460e-88e9-59d6a6ec8546",
"code": "sample string 2",
"createdTs": "2025-11-09T11:44:59.605549Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:44:59.605549Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "a2cc979d-9a55-4e29-a836-db1df236db47",
"qrLogAttributeClass": {
"id": "87c94f0a-d877-4fc9-8b63-2eec6cf6385e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "2981686e-ae41-4170-923a-fb6bb052fb6e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf21699f-ac76-4b16-9cfa-cc41036e5e55"
},
{
"id": "2981686e-ae41-4170-923a-fb6bb052fb6e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf21699f-ac76-4b16-9cfa-cc41036e5e55"
}
]
},
"qrLogAttributeListValue": [
{
"id": "07c7f1aa-ab22-4cea-85a9-7d346c51cf89",
"description": "sample string 2",
"createdTs": "2025-11-09T11:44:59.605549Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:44:59.605549Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "91976558-6590-4b04-8010-f636eac8dfec",
"translations": [
{
"id": "2981686e-ae41-4170-923a-fb6bb052fb6e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf21699f-ac76-4b16-9cfa-cc41036e5e55"
},
{
"id": "2981686e-ae41-4170-923a-fb6bb052fb6e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf21699f-ac76-4b16-9cfa-cc41036e5e55"
}
]
},
{
"id": "07c7f1aa-ab22-4cea-85a9-7d346c51cf89",
"description": "sample string 2",
"createdTs": "2025-11-09T11:44:59.605549Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:44:59.605549Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "91976558-6590-4b04-8010-f636eac8dfec",
"translations": [
{
"id": "2981686e-ae41-4170-923a-fb6bb052fb6e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf21699f-ac76-4b16-9cfa-cc41036e5e55"
},
{
"id": "2981686e-ae41-4170-923a-fb6bb052fb6e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf21699f-ac76-4b16-9cfa-cc41036e5e55"
}
]
}
],
"translations": [
{
"id": "2981686e-ae41-4170-923a-fb6bb052fb6e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf21699f-ac76-4b16-9cfa-cc41036e5e55"
},
{
"id": "2981686e-ae41-4170-923a-fb6bb052fb6e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf21699f-ac76-4b16-9cfa-cc41036e5e55"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e5d08a88-03a1-4652-98a9-b5a7c56af7ac",
"taxonomyNameGeneric": "sample string 8"
}