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": "d53ef04f-55d3-4dd9-a1e5-ea1f56ffdb25",
"code": "sample string 2",
"createdTs": "2026-07-09T18:29:33.5701785Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:29:33.5701785Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "e3ddf7f3-05f0-4b20-a529-a61f76f20ea0",
"qrLogAttributeClass": {
"id": "57c8d687-b93d-4c38-b632-b36b7ae8dde3",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "eaa81dbf-ffd2-421a-9b12-41738b9708d1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f28774e5-5b85-46cc-87e6-b7e82ec240d9"
},
{
"id": "eaa81dbf-ffd2-421a-9b12-41738b9708d1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f28774e5-5b85-46cc-87e6-b7e82ec240d9"
}
]
},
"qrLogAttributeListValue": [
{
"id": "27a38782-ed6c-4241-819d-f0bb90f13d54",
"description": "sample string 2",
"createdTs": "2026-07-09T18:29:33.5701785Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:29:33.5701785Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "26be1036-ba19-4370-9e13-aefec627b906",
"translations": [
{
"id": "eaa81dbf-ffd2-421a-9b12-41738b9708d1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f28774e5-5b85-46cc-87e6-b7e82ec240d9"
},
{
"id": "eaa81dbf-ffd2-421a-9b12-41738b9708d1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f28774e5-5b85-46cc-87e6-b7e82ec240d9"
}
]
},
{
"id": "27a38782-ed6c-4241-819d-f0bb90f13d54",
"description": "sample string 2",
"createdTs": "2026-07-09T18:29:33.5701785Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:29:33.5701785Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "26be1036-ba19-4370-9e13-aefec627b906",
"translations": [
{
"id": "eaa81dbf-ffd2-421a-9b12-41738b9708d1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f28774e5-5b85-46cc-87e6-b7e82ec240d9"
},
{
"id": "eaa81dbf-ffd2-421a-9b12-41738b9708d1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f28774e5-5b85-46cc-87e6-b7e82ec240d9"
}
]
}
],
"translations": [
{
"id": "eaa81dbf-ffd2-421a-9b12-41738b9708d1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f28774e5-5b85-46cc-87e6-b7e82ec240d9"
},
{
"id": "eaa81dbf-ffd2-421a-9b12-41738b9708d1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f28774e5-5b85-46cc-87e6-b7e82ec240d9"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "4d3f5da8-22c9-4350-979d-ad78a8c2e12a",
"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": "883234f6-a7af-48be-84fd-7289d350b96d",
"code": "sample string 2",
"createdTs": "2026-07-09T18:29:33.5701785Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:29:33.5701785Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "e48e028d-0abf-4732-ac27-1aa9da663735",
"qrLogAttributeClass": {
"id": "8333db0e-25eb-4fab-9821-7bd9beceb42e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "32afdbc7-32dc-465a-bc8c-679652323cae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "69769336-dab0-47b0-b0be-3f1412a03969"
},
{
"id": "32afdbc7-32dc-465a-bc8c-679652323cae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "69769336-dab0-47b0-b0be-3f1412a03969"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e9bf4c69-dfef-4a0f-9658-ae864b51101a",
"description": "sample string 2",
"createdTs": "2026-07-09T18:29:33.5701785Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:29:33.5701785Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "58f6383e-b850-4b82-b0b7-edff40ce09f5",
"translations": [
{
"id": "32afdbc7-32dc-465a-bc8c-679652323cae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "69769336-dab0-47b0-b0be-3f1412a03969"
},
{
"id": "32afdbc7-32dc-465a-bc8c-679652323cae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "69769336-dab0-47b0-b0be-3f1412a03969"
}
]
},
{
"id": "e9bf4c69-dfef-4a0f-9658-ae864b51101a",
"description": "sample string 2",
"createdTs": "2026-07-09T18:29:33.5701785Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:29:33.5701785Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "58f6383e-b850-4b82-b0b7-edff40ce09f5",
"translations": [
{
"id": "32afdbc7-32dc-465a-bc8c-679652323cae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "69769336-dab0-47b0-b0be-3f1412a03969"
},
{
"id": "32afdbc7-32dc-465a-bc8c-679652323cae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "69769336-dab0-47b0-b0be-3f1412a03969"
}
]
}
],
"translations": [
{
"id": "32afdbc7-32dc-465a-bc8c-679652323cae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "69769336-dab0-47b0-b0be-3f1412a03969"
},
{
"id": "32afdbc7-32dc-465a-bc8c-679652323cae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "69769336-dab0-47b0-b0be-3f1412a03969"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "15d0935c-1720-4126-88c4-0f43c2d4d248",
"taxonomyNameGeneric": "sample string 8"
}