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": "cf119803-8ab7-4d75-a5f1-bc7974ba39e8",
"description": "sample string 2",
"createdTs": "2025-11-06T10:15:03.8395513Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:15:03.8395513Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "036f8891-a8b6-4582-9095-c0fe02f989e8",
"qrLogAttribute": {
"id": "384edf4d-94eb-4cca-81e1-4d07616e33e5",
"code": "sample string 2",
"createdTs": "2025-11-06T10:15:03.8395513Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:15:03.8395513Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "41ca75cd-570c-4ee6-b539-c522ddd3e8b8",
"qrLogAttributeClass": {
"id": "075a42ea-86ad-4392-abed-a949088658b5",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "722e8deb-5b84-48e8-89e5-d597e9237ffb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd734b41-8478-4b4e-bcb1-5dc39be519fb"
},
{
"id": "722e8deb-5b84-48e8-89e5-d597e9237ffb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd734b41-8478-4b4e-bcb1-5dc39be519fb"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "722e8deb-5b84-48e8-89e5-d597e9237ffb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd734b41-8478-4b4e-bcb1-5dc39be519fb"
},
{
"id": "722e8deb-5b84-48e8-89e5-d597e9237ffb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd734b41-8478-4b4e-bcb1-5dc39be519fb"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "7d60559c-9788-4ef3-861e-3e330e5b4e68",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "722e8deb-5b84-48e8-89e5-d597e9237ffb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd734b41-8478-4b4e-bcb1-5dc39be519fb"
},
{
"id": "722e8deb-5b84-48e8-89e5-d597e9237ffb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd734b41-8478-4b4e-bcb1-5dc39be519fb"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.