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": "f05f0132-9676-4a18-bde2-9a09bea96a81",
"code": "sample string 2",
"createdTs": "2026-02-26T03:37:20.4735501Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:37:20.4735501Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "0e3b4ba9-032a-4c09-a439-07a0c0931d1b",
"qrLogAttributeClass": {
"id": "a6fdbb93-5c42-47e9-a567-42e550894c15",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "ee64d9c6-26f1-4a60-9b02-31bdc59935ac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e3ac770e-5ebc-4a8e-be37-a70e25765390"
},
{
"id": "ee64d9c6-26f1-4a60-9b02-31bdc59935ac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e3ac770e-5ebc-4a8e-be37-a70e25765390"
}
]
},
"qrLogAttributeListValue": [
{
"id": "2577d36a-36ad-42d6-a07a-4c6510685849",
"description": "sample string 2",
"createdTs": "2026-02-26T03:37:20.4735501Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:37:20.4735501Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "37711e32-5298-4637-875e-12d2f1ca4113",
"translations": [
{
"id": "ee64d9c6-26f1-4a60-9b02-31bdc59935ac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e3ac770e-5ebc-4a8e-be37-a70e25765390"
},
{
"id": "ee64d9c6-26f1-4a60-9b02-31bdc59935ac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e3ac770e-5ebc-4a8e-be37-a70e25765390"
}
]
},
{
"id": "2577d36a-36ad-42d6-a07a-4c6510685849",
"description": "sample string 2",
"createdTs": "2026-02-26T03:37:20.4735501Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:37:20.4735501Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "37711e32-5298-4637-875e-12d2f1ca4113",
"translations": [
{
"id": "ee64d9c6-26f1-4a60-9b02-31bdc59935ac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e3ac770e-5ebc-4a8e-be37-a70e25765390"
},
{
"id": "ee64d9c6-26f1-4a60-9b02-31bdc59935ac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e3ac770e-5ebc-4a8e-be37-a70e25765390"
}
]
}
],
"translations": [
{
"id": "ee64d9c6-26f1-4a60-9b02-31bdc59935ac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e3ac770e-5ebc-4a8e-be37-a70e25765390"
},
{
"id": "ee64d9c6-26f1-4a60-9b02-31bdc59935ac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e3ac770e-5ebc-4a8e-be37-a70e25765390"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "dba76210-6d20-4801-bf7d-8cd0016ca78a",
"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": "6e7aafaf-fac4-4907-9763-d84d1c20e5c8",
"code": "sample string 2",
"createdTs": "2026-02-26T03:37:20.4735501Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:37:20.4735501Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "8e1b5b85-b0b6-4a45-89ea-eb7f6d8dd27c",
"qrLogAttributeClass": {
"id": "5f2a8232-90b1-4f4c-951f-7d6917a969e6",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c57b7bc3-f700-40bf-b8c5-618c8c1ea651",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0140545f-2aa1-4031-9e97-0e1defa30f20"
},
{
"id": "c57b7bc3-f700-40bf-b8c5-618c8c1ea651",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0140545f-2aa1-4031-9e97-0e1defa30f20"
}
]
},
"qrLogAttributeListValue": [
{
"id": "47672aac-e107-438f-bf10-aeb1a826b8cf",
"description": "sample string 2",
"createdTs": "2026-02-26T03:37:20.4735501Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:37:20.4735501Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "21a4c8b5-400e-46a9-b39b-6924a6b0a480",
"translations": [
{
"id": "c57b7bc3-f700-40bf-b8c5-618c8c1ea651",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0140545f-2aa1-4031-9e97-0e1defa30f20"
},
{
"id": "c57b7bc3-f700-40bf-b8c5-618c8c1ea651",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0140545f-2aa1-4031-9e97-0e1defa30f20"
}
]
},
{
"id": "47672aac-e107-438f-bf10-aeb1a826b8cf",
"description": "sample string 2",
"createdTs": "2026-02-26T03:37:20.4735501Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:37:20.4735501Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "21a4c8b5-400e-46a9-b39b-6924a6b0a480",
"translations": [
{
"id": "c57b7bc3-f700-40bf-b8c5-618c8c1ea651",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0140545f-2aa1-4031-9e97-0e1defa30f20"
},
{
"id": "c57b7bc3-f700-40bf-b8c5-618c8c1ea651",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0140545f-2aa1-4031-9e97-0e1defa30f20"
}
]
}
],
"translations": [
{
"id": "c57b7bc3-f700-40bf-b8c5-618c8c1ea651",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0140545f-2aa1-4031-9e97-0e1defa30f20"
},
{
"id": "c57b7bc3-f700-40bf-b8c5-618c8c1ea651",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0140545f-2aa1-4031-9e97-0e1defa30f20"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "163d91c0-83fc-41a8-b15d-ac1060483971",
"taxonomyNameGeneric": "sample string 8"
}