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": "6f3932d2-c5f2-4fc8-87aa-6e6ff89f335c",
"code": "sample string 2",
"createdTs": "2026-01-09T02:05:46.4863353Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:05:46.4863353Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "d3b1b0c7-f0c7-449c-823d-d9cccb07d0b3",
"qrLogAttributeClass": {
"id": "7696d493-baf2-404d-8e92-2c9b11373f00",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "ad6e189f-f413-413f-b834-a721594d96cd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a9f43e8c-d7eb-4c8e-99e4-e6410dcc710a"
},
{
"id": "ad6e189f-f413-413f-b834-a721594d96cd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a9f43e8c-d7eb-4c8e-99e4-e6410dcc710a"
}
]
},
"qrLogAttributeListValue": [
{
"id": "9d7f519e-fcff-475c-9179-f51981a672ad",
"description": "sample string 2",
"createdTs": "2026-01-09T02:05:46.4863353Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:05:46.4863353Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "bddc2f04-217d-4625-9e28-8950e42a1869",
"translations": [
{
"id": "ad6e189f-f413-413f-b834-a721594d96cd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a9f43e8c-d7eb-4c8e-99e4-e6410dcc710a"
},
{
"id": "ad6e189f-f413-413f-b834-a721594d96cd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a9f43e8c-d7eb-4c8e-99e4-e6410dcc710a"
}
]
},
{
"id": "9d7f519e-fcff-475c-9179-f51981a672ad",
"description": "sample string 2",
"createdTs": "2026-01-09T02:05:46.4863353Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:05:46.4863353Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "bddc2f04-217d-4625-9e28-8950e42a1869",
"translations": [
{
"id": "ad6e189f-f413-413f-b834-a721594d96cd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a9f43e8c-d7eb-4c8e-99e4-e6410dcc710a"
},
{
"id": "ad6e189f-f413-413f-b834-a721594d96cd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a9f43e8c-d7eb-4c8e-99e4-e6410dcc710a"
}
]
}
],
"translations": [
{
"id": "ad6e189f-f413-413f-b834-a721594d96cd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a9f43e8c-d7eb-4c8e-99e4-e6410dcc710a"
},
{
"id": "ad6e189f-f413-413f-b834-a721594d96cd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a9f43e8c-d7eb-4c8e-99e4-e6410dcc710a"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "7178de48-1fcf-4513-8d84-35d750661a0b",
"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": "ea97967e-a359-44f9-9674-619d7a3720cb",
"code": "sample string 2",
"createdTs": "2026-01-09T02:05:46.4863353Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:05:46.4863353Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "00af72ac-45e3-4e4d-953b-03c50b5fd5f1",
"qrLogAttributeClass": {
"id": "53a3ce2c-d04a-4aa2-a1d9-bc68a4093113",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "99c61b73-65aa-41b6-a14a-7a8b4667df19",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "40ef0a6a-419a-44c0-8408-c36fca94b114"
},
{
"id": "99c61b73-65aa-41b6-a14a-7a8b4667df19",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "40ef0a6a-419a-44c0-8408-c36fca94b114"
}
]
},
"qrLogAttributeListValue": [
{
"id": "b9938882-7bf2-4d47-8635-aba700cc01a5",
"description": "sample string 2",
"createdTs": "2026-01-09T02:05:46.4863353Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:05:46.4863353Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e273ee9d-7658-4692-b6e0-0c2dc5298cce",
"translations": [
{
"id": "99c61b73-65aa-41b6-a14a-7a8b4667df19",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "40ef0a6a-419a-44c0-8408-c36fca94b114"
},
{
"id": "99c61b73-65aa-41b6-a14a-7a8b4667df19",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "40ef0a6a-419a-44c0-8408-c36fca94b114"
}
]
},
{
"id": "b9938882-7bf2-4d47-8635-aba700cc01a5",
"description": "sample string 2",
"createdTs": "2026-01-09T02:05:46.4863353Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:05:46.4863353Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e273ee9d-7658-4692-b6e0-0c2dc5298cce",
"translations": [
{
"id": "99c61b73-65aa-41b6-a14a-7a8b4667df19",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "40ef0a6a-419a-44c0-8408-c36fca94b114"
},
{
"id": "99c61b73-65aa-41b6-a14a-7a8b4667df19",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "40ef0a6a-419a-44c0-8408-c36fca94b114"
}
]
}
],
"translations": [
{
"id": "99c61b73-65aa-41b6-a14a-7a8b4667df19",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "40ef0a6a-419a-44c0-8408-c36fca94b114"
},
{
"id": "99c61b73-65aa-41b6-a14a-7a8b4667df19",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "40ef0a6a-419a-44c0-8408-c36fca94b114"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2143bf63-ecb9-440b-8adb-99ba6ebb0f9f",
"taxonomyNameGeneric": "sample string 8"
}