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": "8151a2f8-2565-45b9-b8f6-35534575dc7d",
"code": "sample string 2",
"createdTs": "2026-04-09T12:14:22.5910466Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:14:22.5910466Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "47da27c6-0405-4fd3-9be9-0b7ee0f43ce0",
"qrLogAttributeClass": {
"id": "9244146e-6392-4c04-88e2-163672b44fd3",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a29b08ea-ded9-463c-a398-999557ba1736",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5117d31-e7b1-48b2-a7fd-ac379045393f"
},
{
"id": "a29b08ea-ded9-463c-a398-999557ba1736",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5117d31-e7b1-48b2-a7fd-ac379045393f"
}
]
},
"qrLogAttributeListValue": [
{
"id": "8eaa82a1-1dd5-4cb8-885a-8e90c634f37c",
"description": "sample string 2",
"createdTs": "2026-04-09T12:14:22.5910466Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:14:22.5910466Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a89514d9-f95a-4958-8c59-49ef0c9886bd",
"translations": [
{
"id": "a29b08ea-ded9-463c-a398-999557ba1736",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5117d31-e7b1-48b2-a7fd-ac379045393f"
},
{
"id": "a29b08ea-ded9-463c-a398-999557ba1736",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5117d31-e7b1-48b2-a7fd-ac379045393f"
}
]
},
{
"id": "8eaa82a1-1dd5-4cb8-885a-8e90c634f37c",
"description": "sample string 2",
"createdTs": "2026-04-09T12:14:22.5910466Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:14:22.5910466Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a89514d9-f95a-4958-8c59-49ef0c9886bd",
"translations": [
{
"id": "a29b08ea-ded9-463c-a398-999557ba1736",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5117d31-e7b1-48b2-a7fd-ac379045393f"
},
{
"id": "a29b08ea-ded9-463c-a398-999557ba1736",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5117d31-e7b1-48b2-a7fd-ac379045393f"
}
]
}
],
"translations": [
{
"id": "a29b08ea-ded9-463c-a398-999557ba1736",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5117d31-e7b1-48b2-a7fd-ac379045393f"
},
{
"id": "a29b08ea-ded9-463c-a398-999557ba1736",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5117d31-e7b1-48b2-a7fd-ac379045393f"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2e9ef70e-2eb9-4ccf-8ae4-95f197eb4ae8",
"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": "b0976157-451d-4013-8a4b-d807c9b080e2",
"code": "sample string 2",
"createdTs": "2026-04-09T12:14:22.5910466Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:14:22.5910466Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "0bf9405b-6909-475e-9188-6619b07f429d",
"qrLogAttributeClass": {
"id": "f2dc15eb-e035-48b9-951c-d3c63f08d479",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f8c93812-a8f1-4769-bd26-b3dc98c0ab21",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "47277bea-5fc5-4667-8a2c-2a2b5ca20adf"
},
{
"id": "f8c93812-a8f1-4769-bd26-b3dc98c0ab21",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "47277bea-5fc5-4667-8a2c-2a2b5ca20adf"
}
]
},
"qrLogAttributeListValue": [
{
"id": "d9367dcd-f14d-428a-a0e2-8b7067673683",
"description": "sample string 2",
"createdTs": "2026-04-09T12:14:22.5910466Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:14:22.5910466Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "29b9a9bf-f21c-4e2a-827d-86b41b88a294",
"translations": [
{
"id": "f8c93812-a8f1-4769-bd26-b3dc98c0ab21",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "47277bea-5fc5-4667-8a2c-2a2b5ca20adf"
},
{
"id": "f8c93812-a8f1-4769-bd26-b3dc98c0ab21",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "47277bea-5fc5-4667-8a2c-2a2b5ca20adf"
}
]
},
{
"id": "d9367dcd-f14d-428a-a0e2-8b7067673683",
"description": "sample string 2",
"createdTs": "2026-04-09T12:14:22.5910466Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:14:22.5910466Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "29b9a9bf-f21c-4e2a-827d-86b41b88a294",
"translations": [
{
"id": "f8c93812-a8f1-4769-bd26-b3dc98c0ab21",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "47277bea-5fc5-4667-8a2c-2a2b5ca20adf"
},
{
"id": "f8c93812-a8f1-4769-bd26-b3dc98c0ab21",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "47277bea-5fc5-4667-8a2c-2a2b5ca20adf"
}
]
}
],
"translations": [
{
"id": "f8c93812-a8f1-4769-bd26-b3dc98c0ab21",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "47277bea-5fc5-4667-8a2c-2a2b5ca20adf"
},
{
"id": "f8c93812-a8f1-4769-bd26-b3dc98c0ab21",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "47277bea-5fc5-4667-8a2c-2a2b5ca20adf"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "17a278b5-2e99-4392-abe5-3feba7c7a6cd",
"taxonomyNameGeneric": "sample string 8"
}