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": "cfa0aaca-6596-42e1-8f45-2fde59298c52",
"code": "sample string 2",
"selectedValue": "663a5665-e83d-4ec7-90e3-a1e20bf55070",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "08c4b2cf-7777-43e2-bdbf-da856b3044d3",
"sourceId": "128c2580-9307-4f22-9bd9-9b0867f21e72",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "bc7f2737-833b-41e5-8275-a5dbce42f4d1",
"qrLogAttributeClass": {
"id": "c58d1615-728a-4014-9417-bb5d501e31be",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "bfc321ce-f24f-41b2-a69b-9067bb9648a1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16523ab5-4f6c-4b18-9b65-911079dd11fa"
},
{
"id": "bfc321ce-f24f-41b2-a69b-9067bb9648a1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16523ab5-4f6c-4b18-9b65-911079dd11fa"
}
]
},
"qrLogAttributeListValue": [
{
"id": "8517eadd-d7ce-444a-a703-9b3d005f64dc",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "03d0803b-8f54-4780-91ed-f0a439005e61",
"qrLogAttributeListValueGlobalRefId": "0f4a3ba4-def7-461a-b4e6-a5153ea2e906",
"translations": [
{
"id": "bfc321ce-f24f-41b2-a69b-9067bb9648a1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16523ab5-4f6c-4b18-9b65-911079dd11fa"
},
{
"id": "bfc321ce-f24f-41b2-a69b-9067bb9648a1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16523ab5-4f6c-4b18-9b65-911079dd11fa"
}
]
},
{
"id": "8517eadd-d7ce-444a-a703-9b3d005f64dc",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "03d0803b-8f54-4780-91ed-f0a439005e61",
"qrLogAttributeListValueGlobalRefId": "0f4a3ba4-def7-461a-b4e6-a5153ea2e906",
"translations": [
{
"id": "bfc321ce-f24f-41b2-a69b-9067bb9648a1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16523ab5-4f6c-4b18-9b65-911079dd11fa"
},
{
"id": "bfc321ce-f24f-41b2-a69b-9067bb9648a1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16523ab5-4f6c-4b18-9b65-911079dd11fa"
}
]
}
],
"translations": [
{
"id": "bfc321ce-f24f-41b2-a69b-9067bb9648a1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16523ab5-4f6c-4b18-9b65-911079dd11fa"
},
{
"id": "bfc321ce-f24f-41b2-a69b-9067bb9648a1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16523ab5-4f6c-4b18-9b65-911079dd11fa"
}
],
"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": "4c311595-0317-4e77-af53-a729c18be791",
"code": "sample string 2",
"createdTs": "2026-08-27T05:59:12.6212966Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:59:12.6212966Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "4290c915-9977-4482-a11b-04934ff757eb",
"qrLogAttributeClass": {
"id": "5d40ce5a-c3ec-4047-8afc-b85ab648c742",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "fc7c80a4-38de-4968-845b-12401f288cae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2b3eac09-6df1-4ac1-a013-891bab5ab660"
},
{
"id": "fc7c80a4-38de-4968-845b-12401f288cae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2b3eac09-6df1-4ac1-a013-891bab5ab660"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c4563a7e-8984-4fb0-aae0-3e528b585c01",
"description": "sample string 2",
"createdTs": "2026-08-27T05:59:12.6212966Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:59:12.6212966Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "7fbd63bc-6b4f-47ef-b49c-6f9ac011a064",
"translations": [
{
"id": "fc7c80a4-38de-4968-845b-12401f288cae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2b3eac09-6df1-4ac1-a013-891bab5ab660"
},
{
"id": "fc7c80a4-38de-4968-845b-12401f288cae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2b3eac09-6df1-4ac1-a013-891bab5ab660"
}
]
},
{
"id": "c4563a7e-8984-4fb0-aae0-3e528b585c01",
"description": "sample string 2",
"createdTs": "2026-08-27T05:59:12.6212966Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:59:12.6212966Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "7fbd63bc-6b4f-47ef-b49c-6f9ac011a064",
"translations": [
{
"id": "fc7c80a4-38de-4968-845b-12401f288cae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2b3eac09-6df1-4ac1-a013-891bab5ab660"
},
{
"id": "fc7c80a4-38de-4968-845b-12401f288cae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2b3eac09-6df1-4ac1-a013-891bab5ab660"
}
]
}
],
"translations": [
{
"id": "fc7c80a4-38de-4968-845b-12401f288cae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2b3eac09-6df1-4ac1-a013-891bab5ab660"
},
{
"id": "fc7c80a4-38de-4968-845b-12401f288cae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2b3eac09-6df1-4ac1-a013-891bab5ab660"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "84ff7f93-9cff-4d11-af2a-628f0d2bdd02",
"taxonomyNameGeneric": "sample string 8"
}