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": "190a589b-b655-4442-9e47-784e77cc99f5",
"code": "sample string 2",
"createdTs": "2026-05-15T22:23:10.2726369Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:23:10.2726369Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "60c319ce-229f-4523-a723-aeb7a5bd1c0e",
"qrLogAttributeClass": {
"id": "db77650d-26f9-468c-b6d8-e07760a2c9f3",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "228b17b4-2f69-4141-b51f-fc5bf826e799",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "339af2b2-2ab6-4912-b6a3-9af802c0da47"
},
{
"id": "228b17b4-2f69-4141-b51f-fc5bf826e799",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "339af2b2-2ab6-4912-b6a3-9af802c0da47"
}
]
},
"qrLogAttributeListValue": [
{
"id": "ecd731c0-c138-4380-bc6b-8dc5cd4dce7d",
"description": "sample string 2",
"createdTs": "2026-05-15T22:23:10.2726369Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:23:10.2726369Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "8d531b28-05a5-4f37-966f-fe6e9386f280",
"translations": [
{
"id": "228b17b4-2f69-4141-b51f-fc5bf826e799",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "339af2b2-2ab6-4912-b6a3-9af802c0da47"
},
{
"id": "228b17b4-2f69-4141-b51f-fc5bf826e799",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "339af2b2-2ab6-4912-b6a3-9af802c0da47"
}
]
},
{
"id": "ecd731c0-c138-4380-bc6b-8dc5cd4dce7d",
"description": "sample string 2",
"createdTs": "2026-05-15T22:23:10.2726369Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:23:10.2726369Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "8d531b28-05a5-4f37-966f-fe6e9386f280",
"translations": [
{
"id": "228b17b4-2f69-4141-b51f-fc5bf826e799",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "339af2b2-2ab6-4912-b6a3-9af802c0da47"
},
{
"id": "228b17b4-2f69-4141-b51f-fc5bf826e799",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "339af2b2-2ab6-4912-b6a3-9af802c0da47"
}
]
}
],
"translations": [
{
"id": "228b17b4-2f69-4141-b51f-fc5bf826e799",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "339af2b2-2ab6-4912-b6a3-9af802c0da47"
},
{
"id": "228b17b4-2f69-4141-b51f-fc5bf826e799",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "339af2b2-2ab6-4912-b6a3-9af802c0da47"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "246afdcd-48d8-4fc0-98bf-8bc902c6f4cf",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
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": "660a32ba-2aee-4757-8b1a-fb38ad7a311b",
"code": "sample string 2",
"createdTs": "2026-05-15T22:23:10.2726369Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:23:10.2726369Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "31f55e14-9ce5-4c7f-86bd-95734d98e04b",
"qrLogAttributeClass": {
"id": "300c5bb5-1cd8-4e5a-ae12-a6ee22de0982",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "8b82a49c-d478-489e-ab50-1ebb26ac28d9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61c0fd1f-421d-486a-93d3-38e9b711ba4a"
},
{
"id": "8b82a49c-d478-489e-ab50-1ebb26ac28d9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61c0fd1f-421d-486a-93d3-38e9b711ba4a"
}
]
},
"qrLogAttributeListValue": [
{
"id": "8695254a-edec-420a-bc1e-85a3ff33b3f8",
"description": "sample string 2",
"createdTs": "2026-05-15T22:23:10.2726369Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:23:10.2726369Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "0c90443c-9402-464b-9f16-92771f9305ca",
"translations": [
{
"id": "8b82a49c-d478-489e-ab50-1ebb26ac28d9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61c0fd1f-421d-486a-93d3-38e9b711ba4a"
},
{
"id": "8b82a49c-d478-489e-ab50-1ebb26ac28d9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61c0fd1f-421d-486a-93d3-38e9b711ba4a"
}
]
},
{
"id": "8695254a-edec-420a-bc1e-85a3ff33b3f8",
"description": "sample string 2",
"createdTs": "2026-05-15T22:23:10.2726369Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:23:10.2726369Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "0c90443c-9402-464b-9f16-92771f9305ca",
"translations": [
{
"id": "8b82a49c-d478-489e-ab50-1ebb26ac28d9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61c0fd1f-421d-486a-93d3-38e9b711ba4a"
},
{
"id": "8b82a49c-d478-489e-ab50-1ebb26ac28d9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61c0fd1f-421d-486a-93d3-38e9b711ba4a"
}
]
}
],
"translations": [
{
"id": "8b82a49c-d478-489e-ab50-1ebb26ac28d9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61c0fd1f-421d-486a-93d3-38e9b711ba4a"
},
{
"id": "8b82a49c-d478-489e-ab50-1ebb26ac28d9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61c0fd1f-421d-486a-93d3-38e9b711ba4a"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2e8f67ed-636e-475a-8500-f6d81c0b8388",
"taxonomyNameGeneric": "sample string 8"
}