POST api/QRLogAttributes/Clone
Request Information
URI Parameters
None.
Body Parameters
QRLogAttributeViewModelName | 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": "981fdc0a-b6f2-4e97-81ef-45592b369895", "code": "sample string 2", "selectedValue": "1cf49807-29ce-4f10-bd77-467dfc567c45", "value": "sample string 4", "customerId": 1, "visible": true, "index": 1, "required": true, "qrLogAttributeGlobalRefId": "fc4cd1e9-b2fe-42d5-8f1c-15ae6efc0e09", "sourceId": "87ecf1ba-3322-4b21-8493-e0697b90828f", "canDelete": true, "codeFallback": "sample string 3", "qrLogAttributeClassId": "6813c6b3-0bec-4b4d-a4b6-d35c03d22b59", "qrLogAttributeClass": { "id": "ff1b5693-6e2c-43db-b1e8-99bc758f1aba", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "8939010c-30a1-454a-8659-c13a35818337", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "ce9d0f86-2af5-4fc2-b766-e7749c2e3897" }, { "id": "8939010c-30a1-454a-8659-c13a35818337", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "ce9d0f86-2af5-4fc2-b766-e7749c2e3897" } ] }, "qrLogAttributeListValue": [ { "id": "8a533196-b45d-4043-a5a1-d210e7d9481e", "description": "sample string 2", "customerId": 1, "isActive": true, "canDelete": true, "descriptionFallback": "sample string 3", "qrLogAttributeId": "a307136a-a767-480f-940b-592bf7eefdc8", "qrLogAttributeListValueGlobalRefId": "89d6adcd-9bd9-4e6b-8e2d-f11d0afaa225", "translations": [ { "id": "8939010c-30a1-454a-8659-c13a35818337", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "ce9d0f86-2af5-4fc2-b766-e7749c2e3897" }, { "id": "8939010c-30a1-454a-8659-c13a35818337", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "ce9d0f86-2af5-4fc2-b766-e7749c2e3897" } ] }, { "id": "8a533196-b45d-4043-a5a1-d210e7d9481e", "description": "sample string 2", "customerId": 1, "isActive": true, "canDelete": true, "descriptionFallback": "sample string 3", "qrLogAttributeId": "a307136a-a767-480f-940b-592bf7eefdc8", "qrLogAttributeListValueGlobalRefId": "89d6adcd-9bd9-4e6b-8e2d-f11d0afaa225", "translations": [ { "id": "8939010c-30a1-454a-8659-c13a35818337", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "ce9d0f86-2af5-4fc2-b766-e7749c2e3897" }, { "id": "8939010c-30a1-454a-8659-c13a35818337", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "ce9d0f86-2af5-4fc2-b766-e7749c2e3897" } ] } ], "translations": [ { "id": "8939010c-30a1-454a-8659-c13a35818337", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "ce9d0f86-2af5-4fc2-b766-e7749c2e3897" }, { "id": "8939010c-30a1-454a-8659-c13a35818337", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "ce9d0f86-2af5-4fc2-b766-e7749c2e3897" } ], "isOriginatedByPim": true }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
QRLogAttributeName | 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": "a0fd66c2-14fe-45de-9294-aac8ab587fb2", "code": "sample string 2", "createdTs": "2025-04-04T00:57:04.5190916Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:57:04.5190916Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "553be202-a807-490c-b545-1aa231e17938", "qrLogAttributeClass": { "id": "5b1c1386-d94c-42a1-a2a3-72d5ca00440f", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "274c97d9-f39d-44ff-81a1-e3154a68cbaa", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "178e375d-5221-4c61-9d3c-39d50961ed35" }, { "id": "274c97d9-f39d-44ff-81a1-e3154a68cbaa", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "178e375d-5221-4c61-9d3c-39d50961ed35" } ] }, "qrLogAttributeListValue": [ { "id": "6ffc79d2-a0da-46da-8aa7-4ae165d261fd", "description": "sample string 2", "createdTs": "2025-04-04T00:57:04.5190916Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:57:04.5190916Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "29aaaadf-f1c0-4e6b-bd5f-49f9e184f6bc", "translations": [ { "id": "274c97d9-f39d-44ff-81a1-e3154a68cbaa", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "178e375d-5221-4c61-9d3c-39d50961ed35" }, { "id": "274c97d9-f39d-44ff-81a1-e3154a68cbaa", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "178e375d-5221-4c61-9d3c-39d50961ed35" } ] }, { "id": "6ffc79d2-a0da-46da-8aa7-4ae165d261fd", "description": "sample string 2", "createdTs": "2025-04-04T00:57:04.5190916Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:57:04.5190916Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "29aaaadf-f1c0-4e6b-bd5f-49f9e184f6bc", "translations": [ { "id": "274c97d9-f39d-44ff-81a1-e3154a68cbaa", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "178e375d-5221-4c61-9d3c-39d50961ed35" }, { "id": "274c97d9-f39d-44ff-81a1-e3154a68cbaa", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "178e375d-5221-4c61-9d3c-39d50961ed35" } ] } ], "translations": [ { "id": "274c97d9-f39d-44ff-81a1-e3154a68cbaa", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "178e375d-5221-4c61-9d3c-39d50961ed35" }, { "id": "274c97d9-f39d-44ff-81a1-e3154a68cbaa", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "178e375d-5221-4c61-9d3c-39d50961ed35" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "4c4f1827-51e4-437c-8ebc-af7d44dfba7b", "taxonomyNameGeneric": "sample string 8" }