PUT api/UpdateQRLogAttributes?languageCode={languageCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| languageCode | string |
Required |
Body Parameters
Collection of QRLogAttributeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| SelectedValue | globally unique identifier |
None. |
|
| Value | string |
None. |
|
| CustomerId | integer |
None. |
|
| Visible | boolean |
None. |
|
| Index | integer |
None. |
|
| Required | boolean |
None. |
|
| QRLogAttributeGlobalRefId | globally unique identifier |
None. |
|
| SourceId | globally unique identifier |
None. |
|
| CanDelete | boolean |
None. |
|
| CodeFallback | string |
None. |
|
| QRLogAttributeClassId | globally unique identifier |
None. |
|
| QRLogAttributeClass | QRLogAttributeClassViewModel |
None. |
|
| QRLogAttributeListValue | Collection of QRLogAttributeListValueViewModel |
None. |
|
| Translations | Collection of TranslationViewModel |
None. |
|
| IsOriginatedByPim | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": "449b231e-6d82-4fed-8a90-8f80c376c69a",
"code": "sample string 2",
"selectedValue": "d1c72a22-816a-4c88-ba50-b9fe43b542cf",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "201ae563-ac2a-4a2c-a2ae-6ef65aaae3d7",
"sourceId": "e2abb153-e584-4fb6-82ae-3273add7132f",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "72688817-8914-4bbb-ab1f-2fea806aa0b4",
"qrLogAttributeClass": {
"id": "f307938a-9cd9-4343-acbd-4f469ddb0d78",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "1f47b5ab-01d9-46aa-abb8-323ee7b74923",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6967774-3688-460d-b327-8d0938612adc"
},
{
"id": "1f47b5ab-01d9-46aa-abb8-323ee7b74923",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6967774-3688-460d-b327-8d0938612adc"
}
]
},
"qrLogAttributeListValue": [
{
"id": "cd6b508d-d62b-4e89-b85e-0a77884602bc",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "913411ae-5a68-43a4-88d5-64391dd06334",
"qrLogAttributeListValueGlobalRefId": "71ae2ea3-42b1-4fb4-9788-af61c4e6c6f5",
"translations": [
{
"id": "1f47b5ab-01d9-46aa-abb8-323ee7b74923",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6967774-3688-460d-b327-8d0938612adc"
},
{
"id": "1f47b5ab-01d9-46aa-abb8-323ee7b74923",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6967774-3688-460d-b327-8d0938612adc"
}
]
},
{
"id": "cd6b508d-d62b-4e89-b85e-0a77884602bc",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "913411ae-5a68-43a4-88d5-64391dd06334",
"qrLogAttributeListValueGlobalRefId": "71ae2ea3-42b1-4fb4-9788-af61c4e6c6f5",
"translations": [
{
"id": "1f47b5ab-01d9-46aa-abb8-323ee7b74923",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6967774-3688-460d-b327-8d0938612adc"
},
{
"id": "1f47b5ab-01d9-46aa-abb8-323ee7b74923",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6967774-3688-460d-b327-8d0938612adc"
}
]
}
],
"translations": [
{
"id": "1f47b5ab-01d9-46aa-abb8-323ee7b74923",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6967774-3688-460d-b327-8d0938612adc"
},
{
"id": "1f47b5ab-01d9-46aa-abb8-323ee7b74923",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6967774-3688-460d-b327-8d0938612adc"
}
],
"isOriginatedByPim": true
},
{
"id": "449b231e-6d82-4fed-8a90-8f80c376c69a",
"code": "sample string 2",
"selectedValue": "d1c72a22-816a-4c88-ba50-b9fe43b542cf",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "201ae563-ac2a-4a2c-a2ae-6ef65aaae3d7",
"sourceId": "e2abb153-e584-4fb6-82ae-3273add7132f",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "72688817-8914-4bbb-ab1f-2fea806aa0b4",
"qrLogAttributeClass": {
"id": "f307938a-9cd9-4343-acbd-4f469ddb0d78",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "1f47b5ab-01d9-46aa-abb8-323ee7b74923",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6967774-3688-460d-b327-8d0938612adc"
},
{
"id": "1f47b5ab-01d9-46aa-abb8-323ee7b74923",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6967774-3688-460d-b327-8d0938612adc"
}
]
},
"qrLogAttributeListValue": [
{
"id": "cd6b508d-d62b-4e89-b85e-0a77884602bc",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "913411ae-5a68-43a4-88d5-64391dd06334",
"qrLogAttributeListValueGlobalRefId": "71ae2ea3-42b1-4fb4-9788-af61c4e6c6f5",
"translations": [
{
"id": "1f47b5ab-01d9-46aa-abb8-323ee7b74923",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6967774-3688-460d-b327-8d0938612adc"
},
{
"id": "1f47b5ab-01d9-46aa-abb8-323ee7b74923",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6967774-3688-460d-b327-8d0938612adc"
}
]
},
{
"id": "cd6b508d-d62b-4e89-b85e-0a77884602bc",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "913411ae-5a68-43a4-88d5-64391dd06334",
"qrLogAttributeListValueGlobalRefId": "71ae2ea3-42b1-4fb4-9788-af61c4e6c6f5",
"translations": [
{
"id": "1f47b5ab-01d9-46aa-abb8-323ee7b74923",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6967774-3688-460d-b327-8d0938612adc"
},
{
"id": "1f47b5ab-01d9-46aa-abb8-323ee7b74923",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6967774-3688-460d-b327-8d0938612adc"
}
]
}
],
"translations": [
{
"id": "1f47b5ab-01d9-46aa-abb8-323ee7b74923",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6967774-3688-460d-b327-8d0938612adc"
},
{
"id": "1f47b5ab-01d9-46aa-abb8-323ee7b74923",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6967774-3688-460d-b327-8d0938612adc"
}
],
"isOriginatedByPim": true
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.