PUT api/QRLogAttributes/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{ "id": "a8b321c2-6145-499b-a67b-39bae37da7d4", "code": "sample string 2", "createdTs": "2025-09-19T08:13:18.0190631Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T08:13:18.0190631Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "625c97ce-2254-4692-9ffe-71ac7211adaa", "qrLogAttributeClass": { "id": "b97dd5a3-74bf-4d24-84ef-7385d503ebc1", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "9059581e-0666-4669-a489-1aa4e345952d", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8c826b28-c72f-47e3-9281-196d1d666192" }, { "id": "9059581e-0666-4669-a489-1aa4e345952d", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8c826b28-c72f-47e3-9281-196d1d666192" } ] }, "qrLogAttributeListValue": [ { "id": "e30189ee-b88e-459a-b7dc-c693d9c9728d", "description": "sample string 2", "createdTs": "2025-09-19T08:13:18.0190631Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T08:13:18.0190631Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "79d8ba61-ae7c-47f2-b316-0e8bf707d9a3", "translations": [ { "id": "9059581e-0666-4669-a489-1aa4e345952d", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8c826b28-c72f-47e3-9281-196d1d666192" }, { "id": "9059581e-0666-4669-a489-1aa4e345952d", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8c826b28-c72f-47e3-9281-196d1d666192" } ] }, { "id": "e30189ee-b88e-459a-b7dc-c693d9c9728d", "description": "sample string 2", "createdTs": "2025-09-19T08:13:18.0190631Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T08:13:18.0190631Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "79d8ba61-ae7c-47f2-b316-0e8bf707d9a3", "translations": [ { "id": "9059581e-0666-4669-a489-1aa4e345952d", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8c826b28-c72f-47e3-9281-196d1d666192" }, { "id": "9059581e-0666-4669-a489-1aa4e345952d", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8c826b28-c72f-47e3-9281-196d1d666192" } ] } ], "translations": [ { "id": "9059581e-0666-4669-a489-1aa4e345952d", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8c826b28-c72f-47e3-9281-196d1d666192" }, { "id": "9059581e-0666-4669-a489-1aa4e345952d", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8c826b28-c72f-47e3-9281-196d1d666192" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "0fd7532d-33f6-474c-b052-10b403968dc8", "taxonomyNameGeneric": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.