POST api/QRLogAttributes/Clone

Request Information

URI Parameters

None.

Body Parameters

QRLogAttributeViewModel
NameDescriptionTypeAdditional 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": "13963a57-504d-4a76-82d9-d20b1f0cfe11",
  "code": "sample string 2",
  "selectedValue": "6b85b26d-d924-49aa-8cc1-cdd2e17a62d4",
  "value": "sample string 4",
  "customerId": 1,
  "visible": true,
  "index": 1,
  "required": true,
  "qrLogAttributeGlobalRefId": "76ad9ebd-0ac8-40b8-9658-2770e857e324",
  "sourceId": "21868e3a-f2c4-45e2-9935-81d325ccdee5",
  "canDelete": true,
  "codeFallback": "sample string 3",
  "qrLogAttributeClassId": "26a1e2fe-81d3-457a-a790-ab6b265fefc1",
  "qrLogAttributeClass": {
    "id": "746c082e-bce1-4a49-b740-31ad57257707",
    "code": "sample string 2",
    "name": "sample string 3",
    "translations": [
      {
        "id": "54bd3ae0-a842-4f2a-ba2a-28fba99047a4",
        "languageCode": "sample string 2",
        "languageTranslation": "sample string 3",
        "property": "sample string 4",
        "translatableId": "ae852c22-a9dc-41e0-96ef-95d74ac77341"
      },
      {
        "id": "54bd3ae0-a842-4f2a-ba2a-28fba99047a4",
        "languageCode": "sample string 2",
        "languageTranslation": "sample string 3",
        "property": "sample string 4",
        "translatableId": "ae852c22-a9dc-41e0-96ef-95d74ac77341"
      }
    ]
  },
  "qrLogAttributeListValue": [
    {
      "id": "a4edfa6c-1a48-4ed7-b4eb-9d548aea46fb",
      "description": "sample string 2",
      "customerId": 1,
      "isActive": true,
      "canDelete": true,
      "descriptionFallback": "sample string 3",
      "qrLogAttributeId": "94f07998-d874-43e9-a530-59aa2f9d3747",
      "qrLogAttributeListValueGlobalRefId": "33858caa-2e83-4eda-b3bb-d68d1f0bc6d4",
      "translations": [
        {
          "id": "54bd3ae0-a842-4f2a-ba2a-28fba99047a4",
          "languageCode": "sample string 2",
          "languageTranslation": "sample string 3",
          "property": "sample string 4",
          "translatableId": "ae852c22-a9dc-41e0-96ef-95d74ac77341"
        },
        {
          "id": "54bd3ae0-a842-4f2a-ba2a-28fba99047a4",
          "languageCode": "sample string 2",
          "languageTranslation": "sample string 3",
          "property": "sample string 4",
          "translatableId": "ae852c22-a9dc-41e0-96ef-95d74ac77341"
        }
      ]
    },
    {
      "id": "a4edfa6c-1a48-4ed7-b4eb-9d548aea46fb",
      "description": "sample string 2",
      "customerId": 1,
      "isActive": true,
      "canDelete": true,
      "descriptionFallback": "sample string 3",
      "qrLogAttributeId": "94f07998-d874-43e9-a530-59aa2f9d3747",
      "qrLogAttributeListValueGlobalRefId": "33858caa-2e83-4eda-b3bb-d68d1f0bc6d4",
      "translations": [
        {
          "id": "54bd3ae0-a842-4f2a-ba2a-28fba99047a4",
          "languageCode": "sample string 2",
          "languageTranslation": "sample string 3",
          "property": "sample string 4",
          "translatableId": "ae852c22-a9dc-41e0-96ef-95d74ac77341"
        },
        {
          "id": "54bd3ae0-a842-4f2a-ba2a-28fba99047a4",
          "languageCode": "sample string 2",
          "languageTranslation": "sample string 3",
          "property": "sample string 4",
          "translatableId": "ae852c22-a9dc-41e0-96ef-95d74ac77341"
        }
      ]
    }
  ],
  "translations": [
    {
      "id": "54bd3ae0-a842-4f2a-ba2a-28fba99047a4",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "ae852c22-a9dc-41e0-96ef-95d74ac77341"
    },
    {
      "id": "54bd3ae0-a842-4f2a-ba2a-28fba99047a4",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "ae852c22-a9dc-41e0-96ef-95d74ac77341"
    }
  ],
  "isOriginatedByPim": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

QRLogAttribute
NameDescriptionTypeAdditional 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": "eb193539-e418-4225-a740-2eb5a2c2026c",
  "code": "sample string 2",
  "createdTs": "2024-09-19T18:53:22.6663605Z",
  "createdBy": "sample string 3",
  "modifiedTs": "2024-09-19T18:53:22.6663605Z",
  "modifiedBy": "sample string 4",
  "customerId": 1,
  "visible": true,
  "qrLogAttributeClassId": "19769956-55bc-4b8d-88fc-be13bbf09ba8",
  "qrLogAttributeClass": {
    "id": "2ecdb4ca-e8af-4c4a-bac3-9019b217d6c3",
    "code": "sample string 2",
    "name": "sample string 3",
    "translations": [
      {
        "id": "d8ae5804-44a3-414e-8a48-443373ec2d0c",
        "languageCode": "sample string 2",
        "languageTranslation": "sample string 3",
        "property": "sample string 4",
        "translatableId": "7492d1a4-fa77-40d4-aaa4-de94066a9c84"
      },
      {
        "id": "d8ae5804-44a3-414e-8a48-443373ec2d0c",
        "languageCode": "sample string 2",
        "languageTranslation": "sample string 3",
        "property": "sample string 4",
        "translatableId": "7492d1a4-fa77-40d4-aaa4-de94066a9c84"
      }
    ]
  },
  "qrLogAttributeListValue": [
    {
      "id": "b28ca675-da3c-45b7-81df-73d81929b0eb",
      "description": "sample string 2",
      "createdTs": "2024-09-19T18:53:22.6663605Z",
      "createdBy": "sample string 3",
      "modifiedTs": "2024-09-19T18:53:22.6663605Z",
      "modifiedBy": "sample string 4",
      "isActive": true,
      "customerId": 1,
      "qrLogAttributeId": "74cb7de0-2c4f-4b1f-8fe8-15cdd3569d5b",
      "translations": [
        {
          "id": "d8ae5804-44a3-414e-8a48-443373ec2d0c",
          "languageCode": "sample string 2",
          "languageTranslation": "sample string 3",
          "property": "sample string 4",
          "translatableId": "7492d1a4-fa77-40d4-aaa4-de94066a9c84"
        },
        {
          "id": "d8ae5804-44a3-414e-8a48-443373ec2d0c",
          "languageCode": "sample string 2",
          "languageTranslation": "sample string 3",
          "property": "sample string 4",
          "translatableId": "7492d1a4-fa77-40d4-aaa4-de94066a9c84"
        }
      ]
    },
    {
      "id": "b28ca675-da3c-45b7-81df-73d81929b0eb",
      "description": "sample string 2",
      "createdTs": "2024-09-19T18:53:22.6663605Z",
      "createdBy": "sample string 3",
      "modifiedTs": "2024-09-19T18:53:22.6663605Z",
      "modifiedBy": "sample string 4",
      "isActive": true,
      "customerId": 1,
      "qrLogAttributeId": "74cb7de0-2c4f-4b1f-8fe8-15cdd3569d5b",
      "translations": [
        {
          "id": "d8ae5804-44a3-414e-8a48-443373ec2d0c",
          "languageCode": "sample string 2",
          "languageTranslation": "sample string 3",
          "property": "sample string 4",
          "translatableId": "7492d1a4-fa77-40d4-aaa4-de94066a9c84"
        },
        {
          "id": "d8ae5804-44a3-414e-8a48-443373ec2d0c",
          "languageCode": "sample string 2",
          "languageTranslation": "sample string 3",
          "property": "sample string 4",
          "translatableId": "7492d1a4-fa77-40d4-aaa4-de94066a9c84"
        }
      ]
    }
  ],
  "translations": [
    {
      "id": "d8ae5804-44a3-414e-8a48-443373ec2d0c",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "7492d1a4-fa77-40d4-aaa4-de94066a9c84"
    },
    {
      "id": "d8ae5804-44a3-414e-8a48-443373ec2d0c",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "7492d1a4-fa77-40d4-aaa4-de94066a9c84"
    }
  ],
  "index": 1,
  "required": true,
  "qrLogAttributeGlobalRefId": "7d5433e2-8690-4835-b6fa-11bdcc70ef90",
  "taxonomyNameGeneric": "sample string 8"
}