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": "d3249262-f103-455e-be0a-f366ee19d91b",
"code": "sample string 2",
"createdTs": "2026-04-08T10:56:09.408053Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T10:56:09.408053Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "0f095e7b-a291-4770-a565-7ebf56f3857e",
"qrLogAttributeClass": {
"id": "92ee5df7-ea03-4d21-b45a-e0154e8cc37b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "fd4f7c68-8c30-4367-bc1c-6a856221cba2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "472c5474-e4f9-40f1-853f-0f2d32b30684"
},
{
"id": "fd4f7c68-8c30-4367-bc1c-6a856221cba2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "472c5474-e4f9-40f1-853f-0f2d32b30684"
}
]
},
"qrLogAttributeListValue": [
{
"id": "43436d93-ed26-4377-8fcf-96156bc7eb45",
"description": "sample string 2",
"createdTs": "2026-04-08T10:56:09.408053Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T10:56:09.408053Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "cf4a6476-fc07-4f7a-a224-13af2dce87aa",
"translations": [
{
"id": "fd4f7c68-8c30-4367-bc1c-6a856221cba2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "472c5474-e4f9-40f1-853f-0f2d32b30684"
},
{
"id": "fd4f7c68-8c30-4367-bc1c-6a856221cba2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "472c5474-e4f9-40f1-853f-0f2d32b30684"
}
]
},
{
"id": "43436d93-ed26-4377-8fcf-96156bc7eb45",
"description": "sample string 2",
"createdTs": "2026-04-08T10:56:09.408053Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T10:56:09.408053Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "cf4a6476-fc07-4f7a-a224-13af2dce87aa",
"translations": [
{
"id": "fd4f7c68-8c30-4367-bc1c-6a856221cba2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "472c5474-e4f9-40f1-853f-0f2d32b30684"
},
{
"id": "fd4f7c68-8c30-4367-bc1c-6a856221cba2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "472c5474-e4f9-40f1-853f-0f2d32b30684"
}
]
}
],
"translations": [
{
"id": "fd4f7c68-8c30-4367-bc1c-6a856221cba2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "472c5474-e4f9-40f1-853f-0f2d32b30684"
},
{
"id": "fd4f7c68-8c30-4367-bc1c-6a856221cba2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "472c5474-e4f9-40f1-853f-0f2d32b30684"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "a4023df6-b48a-4157-9af8-0f536733365c",
"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": "cdc3dcd4-113d-4f54-9543-b91cc31909bd",
"code": "sample string 2",
"createdTs": "2026-04-08T10:56:09.408053Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T10:56:09.408053Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "da7b66b5-49e0-475b-9399-34025c650f6a",
"qrLogAttributeClass": {
"id": "2f7edb70-589e-4306-b273-67390a8c408c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "60a92e7f-e614-402b-8c8d-d366c26cc04e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d25eb86f-86fb-4272-8595-448e0e3b3022"
},
{
"id": "60a92e7f-e614-402b-8c8d-d366c26cc04e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d25eb86f-86fb-4272-8595-448e0e3b3022"
}
]
},
"qrLogAttributeListValue": [
{
"id": "eae4e51e-1f93-40cc-a237-f66bee7e8d96",
"description": "sample string 2",
"createdTs": "2026-04-08T10:56:09.408053Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T10:56:09.408053Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d4676159-ddfc-47c1-a3e4-f0d56c347001",
"translations": [
{
"id": "60a92e7f-e614-402b-8c8d-d366c26cc04e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d25eb86f-86fb-4272-8595-448e0e3b3022"
},
{
"id": "60a92e7f-e614-402b-8c8d-d366c26cc04e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d25eb86f-86fb-4272-8595-448e0e3b3022"
}
]
},
{
"id": "eae4e51e-1f93-40cc-a237-f66bee7e8d96",
"description": "sample string 2",
"createdTs": "2026-04-08T10:56:09.408053Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T10:56:09.408053Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d4676159-ddfc-47c1-a3e4-f0d56c347001",
"translations": [
{
"id": "60a92e7f-e614-402b-8c8d-d366c26cc04e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d25eb86f-86fb-4272-8595-448e0e3b3022"
},
{
"id": "60a92e7f-e614-402b-8c8d-d366c26cc04e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d25eb86f-86fb-4272-8595-448e0e3b3022"
}
]
}
],
"translations": [
{
"id": "60a92e7f-e614-402b-8c8d-d366c26cc04e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d25eb86f-86fb-4272-8595-448e0e3b3022"
},
{
"id": "60a92e7f-e614-402b-8c8d-d366c26cc04e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d25eb86f-86fb-4272-8595-448e0e3b3022"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "50080d25-4c8b-4531-86ae-d7d1dcac5b74",
"taxonomyNameGeneric": "sample string 8"
}