POST api/QRLogAttributes?languageCode={languageCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| languageCode | string |
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": "1d665f7b-99cf-4446-bc45-10a9c94a0224",
"code": "sample string 2",
"createdTs": "2026-07-14T01:03:00.4334471Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:03:00.4334471Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "cb270f83-a3aa-494b-a00f-3839ead7610b",
"qrLogAttributeClass": {
"id": "044ce3f8-0ee5-4fed-9df9-27fcd25dc85e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "fa1007e6-1fe9-4ace-8096-241d087c4e68",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fd3a283f-0616-49bd-a94c-4157cc130bdd"
},
{
"id": "fa1007e6-1fe9-4ace-8096-241d087c4e68",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fd3a283f-0616-49bd-a94c-4157cc130bdd"
}
]
},
"qrLogAttributeListValue": [
{
"id": "76b39b65-b231-4b66-a74c-792656d12e11",
"description": "sample string 2",
"createdTs": "2026-07-14T01:03:00.4334471Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:03:00.4334471Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ecb2388b-01a1-402a-8669-d75b4569dc23",
"translations": [
{
"id": "fa1007e6-1fe9-4ace-8096-241d087c4e68",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fd3a283f-0616-49bd-a94c-4157cc130bdd"
},
{
"id": "fa1007e6-1fe9-4ace-8096-241d087c4e68",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fd3a283f-0616-49bd-a94c-4157cc130bdd"
}
]
},
{
"id": "76b39b65-b231-4b66-a74c-792656d12e11",
"description": "sample string 2",
"createdTs": "2026-07-14T01:03:00.4334471Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:03:00.4334471Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ecb2388b-01a1-402a-8669-d75b4569dc23",
"translations": [
{
"id": "fa1007e6-1fe9-4ace-8096-241d087c4e68",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fd3a283f-0616-49bd-a94c-4157cc130bdd"
},
{
"id": "fa1007e6-1fe9-4ace-8096-241d087c4e68",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fd3a283f-0616-49bd-a94c-4157cc130bdd"
}
]
}
],
"translations": [
{
"id": "fa1007e6-1fe9-4ace-8096-241d087c4e68",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fd3a283f-0616-49bd-a94c-4157cc130bdd"
},
{
"id": "fa1007e6-1fe9-4ace-8096-241d087c4e68",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fd3a283f-0616-49bd-a94c-4157cc130bdd"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "d4a0cf63-e8b5-48e7-9b7a-39f82f16d222",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
{
"id": "732c8a80-1a89-4ac7-af00-1bcb8a4f601f",
"code": "sample string 2",
"createdTs": "2026-07-14T01:03:00.4334471Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:03:00.4334471Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "9ba31fd6-db2b-47d9-9dbf-3f90cd87edb1",
"qrLogAttributeClass": {
"id": "de363dc8-e5d4-4fbf-bdaa-f2aa9ad5f3c7",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f48aba2d-121e-4429-a35d-af9d2ff024a7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5be02290-c06f-41d1-83a5-443f5c1b0206"
},
{
"id": "f48aba2d-121e-4429-a35d-af9d2ff024a7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5be02290-c06f-41d1-83a5-443f5c1b0206"
}
]
},
"qrLogAttributeListValue": [
{
"id": "7cdd6c93-aeab-41d5-ba69-901a844e7af5",
"description": "sample string 2",
"createdTs": "2026-07-14T01:03:00.4334471Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:03:00.4334471Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ccfc4a9b-7d76-46f1-ab27-45fb6c6eaf47",
"translations": [
{
"id": "f48aba2d-121e-4429-a35d-af9d2ff024a7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5be02290-c06f-41d1-83a5-443f5c1b0206"
},
{
"id": "f48aba2d-121e-4429-a35d-af9d2ff024a7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5be02290-c06f-41d1-83a5-443f5c1b0206"
}
]
},
{
"id": "7cdd6c93-aeab-41d5-ba69-901a844e7af5",
"description": "sample string 2",
"createdTs": "2026-07-14T01:03:00.4334471Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:03:00.4334471Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ccfc4a9b-7d76-46f1-ab27-45fb6c6eaf47",
"translations": [
{
"id": "f48aba2d-121e-4429-a35d-af9d2ff024a7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5be02290-c06f-41d1-83a5-443f5c1b0206"
},
{
"id": "f48aba2d-121e-4429-a35d-af9d2ff024a7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5be02290-c06f-41d1-83a5-443f5c1b0206"
}
]
}
],
"translations": [
{
"id": "f48aba2d-121e-4429-a35d-af9d2ff024a7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5be02290-c06f-41d1-83a5-443f5c1b0206"
},
{
"id": "f48aba2d-121e-4429-a35d-af9d2ff024a7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5be02290-c06f-41d1-83a5-443f5c1b0206"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "f23a44c3-de01-4c65-88f2-61025a62dbc7",
"taxonomyNameGeneric": "sample string 8"
}