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": "e2ee95f4-f0bb-4707-949d-1f5650bbe81b",
"code": "sample string 2",
"createdTs": "2026-07-30T08:11:38.9234406Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:11:38.9234406Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "d9d4b4af-2317-430a-9fff-d8d69d2f043f",
"qrLogAttributeClass": {
"id": "5d7529e3-836e-4a3b-ba2f-6b27711adfaf",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b59fdb5c-1739-458a-9f08-a744d7bae1ee",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "44614edc-cbc2-4841-b727-68d0c70aa914"
},
{
"id": "b59fdb5c-1739-458a-9f08-a744d7bae1ee",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "44614edc-cbc2-4841-b727-68d0c70aa914"
}
]
},
"qrLogAttributeListValue": [
{
"id": "994eeed5-799d-45d0-9dc8-ce5415ef861d",
"description": "sample string 2",
"createdTs": "2026-07-30T08:11:38.9234406Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:11:38.9234406Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "8923d7a8-da33-4a23-b880-bc003f9ec5f7",
"translations": [
{
"id": "b59fdb5c-1739-458a-9f08-a744d7bae1ee",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "44614edc-cbc2-4841-b727-68d0c70aa914"
},
{
"id": "b59fdb5c-1739-458a-9f08-a744d7bae1ee",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "44614edc-cbc2-4841-b727-68d0c70aa914"
}
]
},
{
"id": "994eeed5-799d-45d0-9dc8-ce5415ef861d",
"description": "sample string 2",
"createdTs": "2026-07-30T08:11:38.9234406Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:11:38.9234406Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "8923d7a8-da33-4a23-b880-bc003f9ec5f7",
"translations": [
{
"id": "b59fdb5c-1739-458a-9f08-a744d7bae1ee",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "44614edc-cbc2-4841-b727-68d0c70aa914"
},
{
"id": "b59fdb5c-1739-458a-9f08-a744d7bae1ee",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "44614edc-cbc2-4841-b727-68d0c70aa914"
}
]
}
],
"translations": [
{
"id": "b59fdb5c-1739-458a-9f08-a744d7bae1ee",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "44614edc-cbc2-4841-b727-68d0c70aa914"
},
{
"id": "b59fdb5c-1739-458a-9f08-a744d7bae1ee",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "44614edc-cbc2-4841-b727-68d0c70aa914"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "37c5aef9-6608-4f76-a6eb-7a582c42dcb0",
"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": "3522e929-b3fe-4702-999f-15210626f8f4",
"code": "sample string 2",
"createdTs": "2026-07-30T08:11:38.9234406Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:11:38.9234406Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "0a43d941-a30e-4248-af34-3e2cc833fa61",
"qrLogAttributeClass": {
"id": "fc85a55e-056f-4e1c-9da2-7e024faaa47d",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "3cbe76e1-56e8-47fa-a701-7368c93135f7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1a58074-4487-4c3a-ad2c-a49ce3ed19f7"
},
{
"id": "3cbe76e1-56e8-47fa-a701-7368c93135f7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1a58074-4487-4c3a-ad2c-a49ce3ed19f7"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5060b035-9233-46bb-8356-fbd50900fc4b",
"description": "sample string 2",
"createdTs": "2026-07-30T08:11:38.9234406Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:11:38.9234406Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "f21d280b-3daf-49df-a8a1-ea1904a24264",
"translations": [
{
"id": "3cbe76e1-56e8-47fa-a701-7368c93135f7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1a58074-4487-4c3a-ad2c-a49ce3ed19f7"
},
{
"id": "3cbe76e1-56e8-47fa-a701-7368c93135f7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1a58074-4487-4c3a-ad2c-a49ce3ed19f7"
}
]
},
{
"id": "5060b035-9233-46bb-8356-fbd50900fc4b",
"description": "sample string 2",
"createdTs": "2026-07-30T08:11:38.9234406Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:11:38.9234406Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "f21d280b-3daf-49df-a8a1-ea1904a24264",
"translations": [
{
"id": "3cbe76e1-56e8-47fa-a701-7368c93135f7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1a58074-4487-4c3a-ad2c-a49ce3ed19f7"
},
{
"id": "3cbe76e1-56e8-47fa-a701-7368c93135f7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1a58074-4487-4c3a-ad2c-a49ce3ed19f7"
}
]
}
],
"translations": [
{
"id": "3cbe76e1-56e8-47fa-a701-7368c93135f7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1a58074-4487-4c3a-ad2c-a49ce3ed19f7"
},
{
"id": "3cbe76e1-56e8-47fa-a701-7368c93135f7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1a58074-4487-4c3a-ad2c-a49ce3ed19f7"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "5e3c518e-37ce-4190-b426-daf593be4c51",
"taxonomyNameGeneric": "sample string 8"
}