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": "f806934b-6ed0-4eaa-b134-d46e849e0cdb",
"code": "sample string 2",
"createdTs": "2026-08-25T05:22:33.3805075Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:22:33.3805075Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "30287cc0-c531-4793-84ed-6f7516c8db20",
"qrLogAttributeClass": {
"id": "3d989560-56f5-460b-bf05-7a59ec3b2289",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "393de123-f086-4b3f-808e-9aaf5d1f4e50",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "478ed52d-d599-4719-b93d-63c07c543f0c"
},
{
"id": "393de123-f086-4b3f-808e-9aaf5d1f4e50",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "478ed52d-d599-4719-b93d-63c07c543f0c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "a0fbb64c-b1ab-4b2a-bd35-228c0b37679b",
"description": "sample string 2",
"createdTs": "2026-08-25T05:22:33.3805075Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:22:33.3805075Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "76ffab3d-b17c-414e-8537-f57af7abd8db",
"translations": [
{
"id": "393de123-f086-4b3f-808e-9aaf5d1f4e50",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "478ed52d-d599-4719-b93d-63c07c543f0c"
},
{
"id": "393de123-f086-4b3f-808e-9aaf5d1f4e50",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "478ed52d-d599-4719-b93d-63c07c543f0c"
}
]
},
{
"id": "a0fbb64c-b1ab-4b2a-bd35-228c0b37679b",
"description": "sample string 2",
"createdTs": "2026-08-25T05:22:33.3805075Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:22:33.3805075Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "76ffab3d-b17c-414e-8537-f57af7abd8db",
"translations": [
{
"id": "393de123-f086-4b3f-808e-9aaf5d1f4e50",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "478ed52d-d599-4719-b93d-63c07c543f0c"
},
{
"id": "393de123-f086-4b3f-808e-9aaf5d1f4e50",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "478ed52d-d599-4719-b93d-63c07c543f0c"
}
]
}
],
"translations": [
{
"id": "393de123-f086-4b3f-808e-9aaf5d1f4e50",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "478ed52d-d599-4719-b93d-63c07c543f0c"
},
{
"id": "393de123-f086-4b3f-808e-9aaf5d1f4e50",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "478ed52d-d599-4719-b93d-63c07c543f0c"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "70d1022e-6150-4f41-b1c6-176ae0970d6d",
"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": "da217c57-8e5a-4769-bf37-a05beb527f8d",
"code": "sample string 2",
"createdTs": "2026-08-25T05:22:33.3805075Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:22:33.3805075Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "40caf8d6-6198-4f05-ad8f-2c438991c012",
"qrLogAttributeClass": {
"id": "235cbcb1-96ea-4268-b7d7-5329cd46e2c7",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b639e3ae-31e4-4af8-895d-b28516ffa810",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "85080c96-7bb2-479e-989c-35a525bd8abe"
},
{
"id": "b639e3ae-31e4-4af8-895d-b28516ffa810",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "85080c96-7bb2-479e-989c-35a525bd8abe"
}
]
},
"qrLogAttributeListValue": [
{
"id": "b92f6952-ad72-40f0-98c7-c953ee4af9e6",
"description": "sample string 2",
"createdTs": "2026-08-25T05:22:33.3805075Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:22:33.3805075Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e7452c44-d332-4e38-be89-f54e71b64eb7",
"translations": [
{
"id": "b639e3ae-31e4-4af8-895d-b28516ffa810",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "85080c96-7bb2-479e-989c-35a525bd8abe"
},
{
"id": "b639e3ae-31e4-4af8-895d-b28516ffa810",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "85080c96-7bb2-479e-989c-35a525bd8abe"
}
]
},
{
"id": "b92f6952-ad72-40f0-98c7-c953ee4af9e6",
"description": "sample string 2",
"createdTs": "2026-08-25T05:22:33.3805075Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:22:33.3805075Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e7452c44-d332-4e38-be89-f54e71b64eb7",
"translations": [
{
"id": "b639e3ae-31e4-4af8-895d-b28516ffa810",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "85080c96-7bb2-479e-989c-35a525bd8abe"
},
{
"id": "b639e3ae-31e4-4af8-895d-b28516ffa810",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "85080c96-7bb2-479e-989c-35a525bd8abe"
}
]
}
],
"translations": [
{
"id": "b639e3ae-31e4-4af8-895d-b28516ffa810",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "85080c96-7bb2-479e-989c-35a525bd8abe"
},
{
"id": "b639e3ae-31e4-4af8-895d-b28516ffa810",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "85080c96-7bb2-479e-989c-35a525bd8abe"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "302c8a11-a250-4c48-bf6c-d95a36df5210",
"taxonomyNameGeneric": "sample string 8"
}