PUT api/QRLogAttributes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"id": "9cad4192-b100-4068-8e0f-b94c6efa2a8b",
"code": "sample string 2",
"createdTs": "2026-07-30T08:11:38.9546876Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:11:38.9546876Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "bf7d5e0f-88b8-445f-9b4e-9d577efe04ce",
"qrLogAttributeClass": {
"id": "64e0733b-1575-40c8-946f-6a3ce094687d",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "7455d22f-fcc7-4795-99df-1d3d793a3786",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7b54193b-61e5-41f5-a19f-396ffa63edfa"
},
{
"id": "7455d22f-fcc7-4795-99df-1d3d793a3786",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7b54193b-61e5-41f5-a19f-396ffa63edfa"
}
]
},
"qrLogAttributeListValue": [
{
"id": "ce11607a-5466-47a5-ade6-2831a2a96f1d",
"description": "sample string 2",
"createdTs": "2026-07-30T08:11:38.9546876Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:11:38.9546876Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ebb0a4de-d7ad-4fd2-a2db-561fef5e21a9",
"translations": [
{
"id": "7455d22f-fcc7-4795-99df-1d3d793a3786",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7b54193b-61e5-41f5-a19f-396ffa63edfa"
},
{
"id": "7455d22f-fcc7-4795-99df-1d3d793a3786",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7b54193b-61e5-41f5-a19f-396ffa63edfa"
}
]
},
{
"id": "ce11607a-5466-47a5-ade6-2831a2a96f1d",
"description": "sample string 2",
"createdTs": "2026-07-30T08:11:38.9546876Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:11:38.9546876Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ebb0a4de-d7ad-4fd2-a2db-561fef5e21a9",
"translations": [
{
"id": "7455d22f-fcc7-4795-99df-1d3d793a3786",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7b54193b-61e5-41f5-a19f-396ffa63edfa"
},
{
"id": "7455d22f-fcc7-4795-99df-1d3d793a3786",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7b54193b-61e5-41f5-a19f-396ffa63edfa"
}
]
}
],
"translations": [
{
"id": "7455d22f-fcc7-4795-99df-1d3d793a3786",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7b54193b-61e5-41f5-a19f-396ffa63edfa"
},
{
"id": "7455d22f-fcc7-4795-99df-1d3d793a3786",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7b54193b-61e5-41f5-a19f-396ffa63edfa"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "9f8b77ed-5bb1-4dd1-94d5-9efb0f8abee4",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.