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": "3772800b-8a88-4260-8097-4f517ef898b3",
"code": "sample string 2",
"selectedValue": "c432ae51-64c2-4c61-9c3b-d33a643a3933",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "628860d6-3c21-4064-8447-e680ddc83107",
"sourceId": "bf8aafcb-71d0-49eb-9fa5-152fa84666ae",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "ce2ad235-fe96-48e7-b78c-c65111c0a2df",
"qrLogAttributeClass": {
"id": "2967a9c2-58d3-41be-bc86-95e18f2485b9",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "fff2e87e-ef08-41f9-b871-f09142876c1f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0545030d-1faa-4a03-82bb-6b143ace3c65"
},
{
"id": "fff2e87e-ef08-41f9-b871-f09142876c1f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0545030d-1faa-4a03-82bb-6b143ace3c65"
}
]
},
"qrLogAttributeListValue": [
{
"id": "b3086cd0-7ff7-473e-bbd8-9390ccfce944",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c5baa18a-83d3-4793-a51b-4f431f534d10",
"qrLogAttributeListValueGlobalRefId": "30c5a66d-c010-4ba6-9f36-e20cdb439fe2",
"translations": [
{
"id": "fff2e87e-ef08-41f9-b871-f09142876c1f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0545030d-1faa-4a03-82bb-6b143ace3c65"
},
{
"id": "fff2e87e-ef08-41f9-b871-f09142876c1f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0545030d-1faa-4a03-82bb-6b143ace3c65"
}
]
},
{
"id": "b3086cd0-7ff7-473e-bbd8-9390ccfce944",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c5baa18a-83d3-4793-a51b-4f431f534d10",
"qrLogAttributeListValueGlobalRefId": "30c5a66d-c010-4ba6-9f36-e20cdb439fe2",
"translations": [
{
"id": "fff2e87e-ef08-41f9-b871-f09142876c1f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0545030d-1faa-4a03-82bb-6b143ace3c65"
},
{
"id": "fff2e87e-ef08-41f9-b871-f09142876c1f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0545030d-1faa-4a03-82bb-6b143ace3c65"
}
]
}
],
"translations": [
{
"id": "fff2e87e-ef08-41f9-b871-f09142876c1f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0545030d-1faa-4a03-82bb-6b143ace3c65"
},
{
"id": "fff2e87e-ef08-41f9-b871-f09142876c1f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0545030d-1faa-4a03-82bb-6b143ace3c65"
}
],
"isOriginatedByPim": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "fbb49007-05c9-452e-84b6-c1e81d696353",
"code": "sample string 2",
"createdTs": "2026-04-12T21:51:25.0084746Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:51:25.0084746Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "5fafb497-7379-4c39-b9df-ed94858290b2",
"qrLogAttributeClass": {
"id": "22d6c0ec-d3f6-420e-a297-1bcdabad3653",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "9e755823-da26-4093-a043-157acae885bb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d33cb920-328f-42a3-b80a-678c8fdc8512"
},
{
"id": "9e755823-da26-4093-a043-157acae885bb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d33cb920-328f-42a3-b80a-678c8fdc8512"
}
]
},
"qrLogAttributeListValue": [
{
"id": "14961934-d296-47cb-bcd7-34ed92dec6f6",
"description": "sample string 2",
"createdTs": "2026-04-12T21:51:25.0084746Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:51:25.0084746Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "7ddb0c79-1a9f-453a-add7-daf032697417",
"translations": [
{
"id": "9e755823-da26-4093-a043-157acae885bb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d33cb920-328f-42a3-b80a-678c8fdc8512"
},
{
"id": "9e755823-da26-4093-a043-157acae885bb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d33cb920-328f-42a3-b80a-678c8fdc8512"
}
]
},
{
"id": "14961934-d296-47cb-bcd7-34ed92dec6f6",
"description": "sample string 2",
"createdTs": "2026-04-12T21:51:25.0084746Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:51:25.0084746Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "7ddb0c79-1a9f-453a-add7-daf032697417",
"translations": [
{
"id": "9e755823-da26-4093-a043-157acae885bb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d33cb920-328f-42a3-b80a-678c8fdc8512"
},
{
"id": "9e755823-da26-4093-a043-157acae885bb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d33cb920-328f-42a3-b80a-678c8fdc8512"
}
]
}
],
"translations": [
{
"id": "9e755823-da26-4093-a043-157acae885bb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d33cb920-328f-42a3-b80a-678c8fdc8512"
},
{
"id": "9e755823-da26-4093-a043-157acae885bb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d33cb920-328f-42a3-b80a-678c8fdc8512"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "f33dfe0c-50aa-41a4-9618-89f4028d0dd0",
"taxonomyNameGeneric": "sample string 8"
}