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": "d5852c41-0264-4251-b95f-f17f0032189b",
"code": "sample string 2",
"createdTs": "2026-03-24T21:43:24.5866945Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:43:24.5866945Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "f769721f-f154-4f54-aabd-3734eb08307a",
"qrLogAttributeClass": {
"id": "881e2803-1075-4466-b107-13af5aa90ab3",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "16b560ba-416c-49c6-828f-a3b0a16dc4dc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ba106fd4-6914-49b0-99e3-ca55eeda6cf5"
},
{
"id": "16b560ba-416c-49c6-828f-a3b0a16dc4dc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ba106fd4-6914-49b0-99e3-ca55eeda6cf5"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5e9b57d6-ee3b-4b70-ba42-7b413f0c884b",
"description": "sample string 2",
"createdTs": "2026-03-24T21:43:24.5866945Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:43:24.5866945Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "397318fd-f21d-4734-961e-0d72459f77ee",
"translations": [
{
"id": "16b560ba-416c-49c6-828f-a3b0a16dc4dc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ba106fd4-6914-49b0-99e3-ca55eeda6cf5"
},
{
"id": "16b560ba-416c-49c6-828f-a3b0a16dc4dc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ba106fd4-6914-49b0-99e3-ca55eeda6cf5"
}
]
},
{
"id": "5e9b57d6-ee3b-4b70-ba42-7b413f0c884b",
"description": "sample string 2",
"createdTs": "2026-03-24T21:43:24.5866945Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:43:24.5866945Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "397318fd-f21d-4734-961e-0d72459f77ee",
"translations": [
{
"id": "16b560ba-416c-49c6-828f-a3b0a16dc4dc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ba106fd4-6914-49b0-99e3-ca55eeda6cf5"
},
{
"id": "16b560ba-416c-49c6-828f-a3b0a16dc4dc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ba106fd4-6914-49b0-99e3-ca55eeda6cf5"
}
]
}
],
"translations": [
{
"id": "16b560ba-416c-49c6-828f-a3b0a16dc4dc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ba106fd4-6914-49b0-99e3-ca55eeda6cf5"
},
{
"id": "16b560ba-416c-49c6-828f-a3b0a16dc4dc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ba106fd4-6914-49b0-99e3-ca55eeda6cf5"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "9a7a0186-2dba-4655-8109-2a8c70bbea8b",
"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": "64f66a58-c0b3-4b91-a87f-39ef9c25ff72",
"code": "sample string 2",
"createdTs": "2026-03-24T21:43:24.5866945Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:43:24.5866945Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "b6fde976-1915-4f44-b181-5be463058095",
"qrLogAttributeClass": {
"id": "7eb7228f-50ce-4677-95db-39b1d04c1b01",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c9d7696c-1d07-4573-9ff2-f5682e5d6522",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "92d65601-e8d3-4e2f-84f0-ed875df291ab"
},
{
"id": "c9d7696c-1d07-4573-9ff2-f5682e5d6522",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "92d65601-e8d3-4e2f-84f0-ed875df291ab"
}
]
},
"qrLogAttributeListValue": [
{
"id": "4544da87-e63c-4b5e-ab7e-0ae0f7a757f3",
"description": "sample string 2",
"createdTs": "2026-03-24T21:43:24.5866945Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:43:24.5866945Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "cfc52680-044d-4de9-9e3c-f8b4a4d9d3d1",
"translations": [
{
"id": "c9d7696c-1d07-4573-9ff2-f5682e5d6522",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "92d65601-e8d3-4e2f-84f0-ed875df291ab"
},
{
"id": "c9d7696c-1d07-4573-9ff2-f5682e5d6522",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "92d65601-e8d3-4e2f-84f0-ed875df291ab"
}
]
},
{
"id": "4544da87-e63c-4b5e-ab7e-0ae0f7a757f3",
"description": "sample string 2",
"createdTs": "2026-03-24T21:43:24.5866945Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:43:24.5866945Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "cfc52680-044d-4de9-9e3c-f8b4a4d9d3d1",
"translations": [
{
"id": "c9d7696c-1d07-4573-9ff2-f5682e5d6522",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "92d65601-e8d3-4e2f-84f0-ed875df291ab"
},
{
"id": "c9d7696c-1d07-4573-9ff2-f5682e5d6522",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "92d65601-e8d3-4e2f-84f0-ed875df291ab"
}
]
}
],
"translations": [
{
"id": "c9d7696c-1d07-4573-9ff2-f5682e5d6522",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "92d65601-e8d3-4e2f-84f0-ed875df291ab"
},
{
"id": "c9d7696c-1d07-4573-9ff2-f5682e5d6522",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "92d65601-e8d3-4e2f-84f0-ed875df291ab"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c77ca51d-dd0c-4358-9216-bb3496c89409",
"taxonomyNameGeneric": "sample string 8"
}