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": "429a8def-d4a7-4ffb-adbe-dfd0d8459b30",
"code": "sample string 2",
"selectedValue": "8187ae89-c5da-401d-90d6-f82e6895203a",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "52d73bd6-63d1-42f3-a995-ceb666953c72",
"sourceId": "fdde71e4-100b-4ea1-81b5-b0f32ea0399b",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "a42d2700-6a8b-44ef-b800-54e3088506ce",
"qrLogAttributeClass": {
"id": "2334259e-7e63-42d0-9bc1-a8b37135eca7",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "18361afb-a869-4bd7-af6f-6d03a201f52f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46e717ff-31ad-4fcc-898d-99822eecac70"
},
{
"id": "18361afb-a869-4bd7-af6f-6d03a201f52f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46e717ff-31ad-4fcc-898d-99822eecac70"
}
]
},
"qrLogAttributeListValue": [
{
"id": "522a22ab-9eb4-4afc-b422-8a0d9f94229f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "1feac088-f21a-471c-a70b-70b97204ca5e",
"qrLogAttributeListValueGlobalRefId": "9e778b4c-4d83-43b5-9296-49798b1ce8cd",
"translations": [
{
"id": "18361afb-a869-4bd7-af6f-6d03a201f52f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46e717ff-31ad-4fcc-898d-99822eecac70"
},
{
"id": "18361afb-a869-4bd7-af6f-6d03a201f52f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46e717ff-31ad-4fcc-898d-99822eecac70"
}
]
},
{
"id": "522a22ab-9eb4-4afc-b422-8a0d9f94229f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "1feac088-f21a-471c-a70b-70b97204ca5e",
"qrLogAttributeListValueGlobalRefId": "9e778b4c-4d83-43b5-9296-49798b1ce8cd",
"translations": [
{
"id": "18361afb-a869-4bd7-af6f-6d03a201f52f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46e717ff-31ad-4fcc-898d-99822eecac70"
},
{
"id": "18361afb-a869-4bd7-af6f-6d03a201f52f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46e717ff-31ad-4fcc-898d-99822eecac70"
}
]
}
],
"translations": [
{
"id": "18361afb-a869-4bd7-af6f-6d03a201f52f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46e717ff-31ad-4fcc-898d-99822eecac70"
},
{
"id": "18361afb-a869-4bd7-af6f-6d03a201f52f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46e717ff-31ad-4fcc-898d-99822eecac70"
}
],
"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": "4598ab54-9611-478d-8597-f61125335f37",
"code": "sample string 2",
"createdTs": "2025-11-06T10:32:45.2761509Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:32:45.2761509Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "74ee9306-101d-4ff2-a555-332aa0ed7124",
"qrLogAttributeClass": {
"id": "0062c947-018e-475e-9655-573f2b3671dc",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "769cc3ce-7c1e-4e02-b991-382ade0612ff",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c33bc020-4820-4ef3-8a84-9137148a5b40"
},
{
"id": "769cc3ce-7c1e-4e02-b991-382ade0612ff",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c33bc020-4820-4ef3-8a84-9137148a5b40"
}
]
},
"qrLogAttributeListValue": [
{
"id": "59dc6767-4a64-4a26-a36c-0398399ace2f",
"description": "sample string 2",
"createdTs": "2025-11-06T10:32:45.2761509Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:32:45.2761509Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "87cb35ae-914a-4ef9-8ab1-b61f6dc9009e",
"translations": [
{
"id": "769cc3ce-7c1e-4e02-b991-382ade0612ff",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c33bc020-4820-4ef3-8a84-9137148a5b40"
},
{
"id": "769cc3ce-7c1e-4e02-b991-382ade0612ff",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c33bc020-4820-4ef3-8a84-9137148a5b40"
}
]
},
{
"id": "59dc6767-4a64-4a26-a36c-0398399ace2f",
"description": "sample string 2",
"createdTs": "2025-11-06T10:32:45.2761509Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:32:45.2761509Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "87cb35ae-914a-4ef9-8ab1-b61f6dc9009e",
"translations": [
{
"id": "769cc3ce-7c1e-4e02-b991-382ade0612ff",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c33bc020-4820-4ef3-8a84-9137148a5b40"
},
{
"id": "769cc3ce-7c1e-4e02-b991-382ade0612ff",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c33bc020-4820-4ef3-8a84-9137148a5b40"
}
]
}
],
"translations": [
{
"id": "769cc3ce-7c1e-4e02-b991-382ade0612ff",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c33bc020-4820-4ef3-8a84-9137148a5b40"
},
{
"id": "769cc3ce-7c1e-4e02-b991-382ade0612ff",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c33bc020-4820-4ef3-8a84-9137148a5b40"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "44845054-10c3-4171-b50d-18fa66e452ea",
"taxonomyNameGeneric": "sample string 8"
}