PUT api/UpdateQRLogAttributeValues?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
QRLogAttributeListValue| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| CreatedTs | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedTs | date |
None. |
|
| ModifiedBy | string |
None. |
|
| IsActive | boolean |
None. |
|
| CustomerId | integer |
None. |
|
| QRLogAttributeId | globally unique identifier |
None. |
|
| QRLogAttribute | QRLogAttribute |
None. |
|
| Translations | Collection of Translation |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "c84b9c11-9326-4897-b245-0b81c48d14ec",
"description": "sample string 2",
"createdTs": "2025-12-19T05:18:13.9593789Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:18:13.9593789Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c6590dba-ea5d-4408-8031-c9aa4b618a3f",
"qrLogAttribute": {
"id": "f117a5e1-f3ce-4cf6-8465-79a64297299b",
"code": "sample string 2",
"createdTs": "2025-12-19T05:18:13.9593789Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:18:13.9593789Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "bd203549-5f9f-460e-aead-27410023b704",
"qrLogAttributeClass": {
"id": "17f2c3f3-6d0a-43b1-9cc4-ac4ca346b60c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b555a246-03d0-440b-9e0f-7a69823104f0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5137657c-174c-46dc-875a-7924ba131b76"
},
{
"id": "b555a246-03d0-440b-9e0f-7a69823104f0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5137657c-174c-46dc-875a-7924ba131b76"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "b555a246-03d0-440b-9e0f-7a69823104f0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5137657c-174c-46dc-875a-7924ba131b76"
},
{
"id": "b555a246-03d0-440b-9e0f-7a69823104f0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5137657c-174c-46dc-875a-7924ba131b76"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "ba841ff5-06c3-4d10-a52a-3bd893e00299",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "b555a246-03d0-440b-9e0f-7a69823104f0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5137657c-174c-46dc-875a-7924ba131b76"
},
{
"id": "b555a246-03d0-440b-9e0f-7a69823104f0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5137657c-174c-46dc-875a-7924ba131b76"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.