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": "88b62081-6bdb-4a55-b72e-e14237d854c5",
"code": "sample string 2",
"createdTs": "2026-01-03T08:24:53.1581213Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:24:53.1581213Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "1628c6fc-a8cf-4317-8d7e-096c156789d7",
"qrLogAttributeClass": {
"id": "8ca7bb60-2c5f-4a69-a6a2-73da2b843029",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "ea597145-58a6-4fe0-8b5a-dbfaa6cc14dd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46fa16cd-f885-4ea0-b29b-ae30434e9fd6"
},
{
"id": "ea597145-58a6-4fe0-8b5a-dbfaa6cc14dd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46fa16cd-f885-4ea0-b29b-ae30434e9fd6"
}
]
},
"qrLogAttributeListValue": [
{
"id": "a8abdc54-7e02-4dd1-a538-63262911111d",
"description": "sample string 2",
"createdTs": "2026-01-03T08:24:53.1581213Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:24:53.1581213Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "35e74287-24d2-4ad7-b2c9-97fff4e14296",
"translations": [
{
"id": "ea597145-58a6-4fe0-8b5a-dbfaa6cc14dd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46fa16cd-f885-4ea0-b29b-ae30434e9fd6"
},
{
"id": "ea597145-58a6-4fe0-8b5a-dbfaa6cc14dd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46fa16cd-f885-4ea0-b29b-ae30434e9fd6"
}
]
},
{
"id": "a8abdc54-7e02-4dd1-a538-63262911111d",
"description": "sample string 2",
"createdTs": "2026-01-03T08:24:53.1581213Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:24:53.1581213Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "35e74287-24d2-4ad7-b2c9-97fff4e14296",
"translations": [
{
"id": "ea597145-58a6-4fe0-8b5a-dbfaa6cc14dd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46fa16cd-f885-4ea0-b29b-ae30434e9fd6"
},
{
"id": "ea597145-58a6-4fe0-8b5a-dbfaa6cc14dd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46fa16cd-f885-4ea0-b29b-ae30434e9fd6"
}
]
}
],
"translations": [
{
"id": "ea597145-58a6-4fe0-8b5a-dbfaa6cc14dd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46fa16cd-f885-4ea0-b29b-ae30434e9fd6"
},
{
"id": "ea597145-58a6-4fe0-8b5a-dbfaa6cc14dd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46fa16cd-f885-4ea0-b29b-ae30434e9fd6"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "750f23e3-22da-4fe6-a83e-6c061f0189e4",
"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": "6663c87b-13b2-4fb7-aaaf-af5b351d2b8a",
"code": "sample string 2",
"createdTs": "2026-01-03T08:24:53.1581213Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:24:53.1581213Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "d69818b1-949c-49ed-acf0-5466f36aa3f0",
"qrLogAttributeClass": {
"id": "e5698b8f-e7e4-43b8-9c57-31a06d6bc0e7",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "12616548-b787-4ab4-bf21-3b06901de66e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "77638a42-0c8c-43e5-aa38-ae7cf563f371"
},
{
"id": "12616548-b787-4ab4-bf21-3b06901de66e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "77638a42-0c8c-43e5-aa38-ae7cf563f371"
}
]
},
"qrLogAttributeListValue": [
{
"id": "8dcc6d36-98b3-41d4-8f52-a8e855736f26",
"description": "sample string 2",
"createdTs": "2026-01-03T08:24:53.1581213Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:24:53.1581213Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "04b6ceb0-eacd-47d5-ab06-898e9fde0a19",
"translations": [
{
"id": "12616548-b787-4ab4-bf21-3b06901de66e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "77638a42-0c8c-43e5-aa38-ae7cf563f371"
},
{
"id": "12616548-b787-4ab4-bf21-3b06901de66e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "77638a42-0c8c-43e5-aa38-ae7cf563f371"
}
]
},
{
"id": "8dcc6d36-98b3-41d4-8f52-a8e855736f26",
"description": "sample string 2",
"createdTs": "2026-01-03T08:24:53.1581213Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:24:53.1581213Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "04b6ceb0-eacd-47d5-ab06-898e9fde0a19",
"translations": [
{
"id": "12616548-b787-4ab4-bf21-3b06901de66e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "77638a42-0c8c-43e5-aa38-ae7cf563f371"
},
{
"id": "12616548-b787-4ab4-bf21-3b06901de66e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "77638a42-0c8c-43e5-aa38-ae7cf563f371"
}
]
}
],
"translations": [
{
"id": "12616548-b787-4ab4-bf21-3b06901de66e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "77638a42-0c8c-43e5-aa38-ae7cf563f371"
},
{
"id": "12616548-b787-4ab4-bf21-3b06901de66e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "77638a42-0c8c-43e5-aa38-ae7cf563f371"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "831689fd-65a9-4f45-852a-827cd5c1fdf5",
"taxonomyNameGeneric": "sample string 8"
}