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": "2fac78f4-1e36-48bb-b3a5-a0b6792c2507",
"code": "sample string 2",
"createdTs": "2026-02-18T23:41:12.7285645Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:41:12.7285645Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "d187e795-3c70-4ef1-aca3-5d9760df8936",
"qrLogAttributeClass": {
"id": "116e1865-077d-4788-903f-b2999aa17836",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "915fe263-2400-477e-a173-7ba89840c8a0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9feb0850-6fe4-4162-919a-b48febd1c575"
},
{
"id": "915fe263-2400-477e-a173-7ba89840c8a0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9feb0850-6fe4-4162-919a-b48febd1c575"
}
]
},
"qrLogAttributeListValue": [
{
"id": "9c1112b6-bdfe-492b-ab65-9132123dd4f8",
"description": "sample string 2",
"createdTs": "2026-02-18T23:41:12.7285645Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:41:12.7285645Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "5934713a-f194-407f-a69f-8bf850b936e9",
"translations": [
{
"id": "915fe263-2400-477e-a173-7ba89840c8a0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9feb0850-6fe4-4162-919a-b48febd1c575"
},
{
"id": "915fe263-2400-477e-a173-7ba89840c8a0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9feb0850-6fe4-4162-919a-b48febd1c575"
}
]
},
{
"id": "9c1112b6-bdfe-492b-ab65-9132123dd4f8",
"description": "sample string 2",
"createdTs": "2026-02-18T23:41:12.7285645Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:41:12.7285645Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "5934713a-f194-407f-a69f-8bf850b936e9",
"translations": [
{
"id": "915fe263-2400-477e-a173-7ba89840c8a0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9feb0850-6fe4-4162-919a-b48febd1c575"
},
{
"id": "915fe263-2400-477e-a173-7ba89840c8a0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9feb0850-6fe4-4162-919a-b48febd1c575"
}
]
}
],
"translations": [
{
"id": "915fe263-2400-477e-a173-7ba89840c8a0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9feb0850-6fe4-4162-919a-b48febd1c575"
},
{
"id": "915fe263-2400-477e-a173-7ba89840c8a0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9feb0850-6fe4-4162-919a-b48febd1c575"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "f2a5949c-96e3-462f-a631-9996e8ef0da6",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.