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": "1804046d-ba1d-4cb8-b5b4-02f390ef5057",
"code": "sample string 2",
"createdTs": "2026-08-27T05:57:29.343379Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:57:29.343379Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "7749c4be-d67d-4e70-b553-b9f56ee141a1",
"qrLogAttributeClass": {
"id": "c22b1d9e-d1f5-48c5-849f-53639a0a6e4d",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b18bea8b-e0cd-4320-ad2b-babfda00c5fc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "077365a2-2f46-40be-9e52-2babb3fd6d32"
},
{
"id": "b18bea8b-e0cd-4320-ad2b-babfda00c5fc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "077365a2-2f46-40be-9e52-2babb3fd6d32"
}
]
},
"qrLogAttributeListValue": [
{
"id": "f45eaf56-5114-4981-a5b3-1e0f60ac2ca7",
"description": "sample string 2",
"createdTs": "2026-08-27T05:57:29.343379Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:57:29.343379Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "13f034d5-a3fa-4c3c-91f0-a533bca88ce5",
"translations": [
{
"id": "b18bea8b-e0cd-4320-ad2b-babfda00c5fc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "077365a2-2f46-40be-9e52-2babb3fd6d32"
},
{
"id": "b18bea8b-e0cd-4320-ad2b-babfda00c5fc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "077365a2-2f46-40be-9e52-2babb3fd6d32"
}
]
},
{
"id": "f45eaf56-5114-4981-a5b3-1e0f60ac2ca7",
"description": "sample string 2",
"createdTs": "2026-08-27T05:57:29.343379Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:57:29.343379Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "13f034d5-a3fa-4c3c-91f0-a533bca88ce5",
"translations": [
{
"id": "b18bea8b-e0cd-4320-ad2b-babfda00c5fc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "077365a2-2f46-40be-9e52-2babb3fd6d32"
},
{
"id": "b18bea8b-e0cd-4320-ad2b-babfda00c5fc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "077365a2-2f46-40be-9e52-2babb3fd6d32"
}
]
}
],
"translations": [
{
"id": "b18bea8b-e0cd-4320-ad2b-babfda00c5fc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "077365a2-2f46-40be-9e52-2babb3fd6d32"
},
{
"id": "b18bea8b-e0cd-4320-ad2b-babfda00c5fc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "077365a2-2f46-40be-9e52-2babb3fd6d32"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0cf6bb6e-53b8-4474-8534-95484164a314",
"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": "e7186e45-4697-46e2-82e5-d13c6feb23c8",
"code": "sample string 2",
"createdTs": "2026-08-27T05:57:29.343379Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:57:29.343379Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "29cb6576-586b-4b01-be2d-5ee04dbdbfbb",
"qrLogAttributeClass": {
"id": "e2e01d2f-1eae-4332-95fb-ae037da87b41",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "0a43094a-c70c-4427-abc0-38c899689f37",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "534a99e8-116e-49fe-86ae-1b95b5dccea4"
},
{
"id": "0a43094a-c70c-4427-abc0-38c899689f37",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "534a99e8-116e-49fe-86ae-1b95b5dccea4"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5cdb3ec5-9ba7-4d4a-be36-869cf5480252",
"description": "sample string 2",
"createdTs": "2026-08-27T05:57:29.343379Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:57:29.343379Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "2d47635c-a8a4-44b5-8d0e-1d8bd48b8068",
"translations": [
{
"id": "0a43094a-c70c-4427-abc0-38c899689f37",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "534a99e8-116e-49fe-86ae-1b95b5dccea4"
},
{
"id": "0a43094a-c70c-4427-abc0-38c899689f37",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "534a99e8-116e-49fe-86ae-1b95b5dccea4"
}
]
},
{
"id": "5cdb3ec5-9ba7-4d4a-be36-869cf5480252",
"description": "sample string 2",
"createdTs": "2026-08-27T05:57:29.343379Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:57:29.343379Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "2d47635c-a8a4-44b5-8d0e-1d8bd48b8068",
"translations": [
{
"id": "0a43094a-c70c-4427-abc0-38c899689f37",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "534a99e8-116e-49fe-86ae-1b95b5dccea4"
},
{
"id": "0a43094a-c70c-4427-abc0-38c899689f37",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "534a99e8-116e-49fe-86ae-1b95b5dccea4"
}
]
}
],
"translations": [
{
"id": "0a43094a-c70c-4427-abc0-38c899689f37",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "534a99e8-116e-49fe-86ae-1b95b5dccea4"
},
{
"id": "0a43094a-c70c-4427-abc0-38c899689f37",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "534a99e8-116e-49fe-86ae-1b95b5dccea4"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "ea093efa-6552-4674-b06b-8cdd0e5aef1e",
"taxonomyNameGeneric": "sample string 8"
}