PUT AlohaMenuLoopback/BulkUpsertItemAttributes

Documentation for 'BulkUpsertItemAttributes'.

Request Information

Parameters

NameDescriptionAdditional information
itemAttributes
Documentation for 'itemAttributes'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "$type": "NCR.Silver.Shared.Contracts.DsesApi.ItemAttributeDto, NCR.Silver.Shared.Contracts",
    "ItemCode": "sample string 1",
    "LinkGroups": {
      "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "ItemStores": {
      "$type": "System.Collections.Generic.List`1[[NCR.Silver.Shared.Contracts.DsesApi.ItemStoreDto, NCR.Silver.Shared.Contracts]], mscorlib",
      "$values": [
        {
          "$type": "NCR.Silver.Shared.Contracts.DsesApi.ItemStoreDto, NCR.Silver.Shared.Contracts",
          "EnterpriseUnitId": "76391f8d-82ba-49da-adad-29b1a5fd8a07",
          "Status": "sample string 2"
        },
        {
          "$type": "NCR.Silver.Shared.Contracts.DsesApi.ItemStoreDto, NCR.Silver.Shared.Contracts",
          "EnterpriseUnitId": "76391f8d-82ba-49da-adad-29b1a5fd8a07",
          "Status": "sample string 2"
        },
        {
          "$type": "NCR.Silver.Shared.Contracts.DsesApi.ItemStoreDto, NCR.Silver.Shared.Contracts",
          "EnterpriseUnitId": "76391f8d-82ba-49da-adad-29b1a5fd8a07",
          "Status": "sample string 2"
        }
      ]
    }
  },
  {
    "$type": "NCR.Silver.Shared.Contracts.DsesApi.ItemAttributeDto, NCR.Silver.Shared.Contracts",
    "ItemCode": "sample string 1",
    "LinkGroups": {
      "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "ItemStores": {
      "$type": "System.Collections.Generic.List`1[[NCR.Silver.Shared.Contracts.DsesApi.ItemStoreDto, NCR.Silver.Shared.Contracts]], mscorlib",
      "$values": [
        {
          "$type": "NCR.Silver.Shared.Contracts.DsesApi.ItemStoreDto, NCR.Silver.Shared.Contracts",
          "EnterpriseUnitId": "76391f8d-82ba-49da-adad-29b1a5fd8a07",
          "Status": "sample string 2"
        },
        {
          "$type": "NCR.Silver.Shared.Contracts.DsesApi.ItemStoreDto, NCR.Silver.Shared.Contracts",
          "EnterpriseUnitId": "76391f8d-82ba-49da-adad-29b1a5fd8a07",
          "Status": "sample string 2"
        },
        {
          "$type": "NCR.Silver.Shared.Contracts.DsesApi.ItemStoreDto, NCR.Silver.Shared.Contracts",
          "EnterpriseUnitId": "76391f8d-82ba-49da-adad-29b1a5fd8a07",
          "Status": "sample string 2"
        }
      ]
    }
  },
  {
    "$type": "NCR.Silver.Shared.Contracts.DsesApi.ItemAttributeDto, NCR.Silver.Shared.Contracts",
    "ItemCode": "sample string 1",
    "LinkGroups": {
      "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "ItemStores": {
      "$type": "System.Collections.Generic.List`1[[NCR.Silver.Shared.Contracts.DsesApi.ItemStoreDto, NCR.Silver.Shared.Contracts]], mscorlib",
      "$values": [
        {
          "$type": "NCR.Silver.Shared.Contracts.DsesApi.ItemStoreDto, NCR.Silver.Shared.Contracts",
          "EnterpriseUnitId": "76391f8d-82ba-49da-adad-29b1a5fd8a07",
          "Status": "sample string 2"
        },
        {
          "$type": "NCR.Silver.Shared.Contracts.DsesApi.ItemStoreDto, NCR.Silver.Shared.Contracts",
          "EnterpriseUnitId": "76391f8d-82ba-49da-adad-29b1a5fd8a07",
          "Status": "sample string 2"
        },
        {
          "$type": "NCR.Silver.Shared.Contracts.DsesApi.ItemStoreDto, NCR.Silver.Shared.Contracts",
          "EnterpriseUnitId": "76391f8d-82ba-49da-adad-29b1a5fd8a07",
          "Status": "sample string 2"
        }
      ]
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfItemAttributeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NCR.Silver.Shared.Contracts.DsesApi">
  <ItemAttributeDto>
    <ItemCode>sample string 1</ItemCode>
    <ItemStores>
      <ItemStoreDto>
        <EnterpriseUnitId>76391f8d-82ba-49da-adad-29b1a5fd8a07</EnterpriseUnitId>
        <Status>sample string 2</Status>
      </ItemStoreDto>
      <ItemStoreDto>
        <EnterpriseUnitId>76391f8d-82ba-49da-adad-29b1a5fd8a07</EnterpriseUnitId>
        <Status>sample string 2</Status>
      </ItemStoreDto>
      <ItemStoreDto>
        <EnterpriseUnitId>76391f8d-82ba-49da-adad-29b1a5fd8a07</EnterpriseUnitId>
        <Status>sample string 2</Status>
      </ItemStoreDto>
    </ItemStores>
    <LinkGroups xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
      <d3p1:string>sample string 3</d3p1:string>
    </LinkGroups>
  </ItemAttributeDto>
  <ItemAttributeDto>
    <ItemCode>sample string 1</ItemCode>
    <ItemStores>
      <ItemStoreDto>
        <EnterpriseUnitId>76391f8d-82ba-49da-adad-29b1a5fd8a07</EnterpriseUnitId>
        <Status>sample string 2</Status>
      </ItemStoreDto>
      <ItemStoreDto>
        <EnterpriseUnitId>76391f8d-82ba-49da-adad-29b1a5fd8a07</EnterpriseUnitId>
        <Status>sample string 2</Status>
      </ItemStoreDto>
      <ItemStoreDto>
        <EnterpriseUnitId>76391f8d-82ba-49da-adad-29b1a5fd8a07</EnterpriseUnitId>
        <Status>sample string 2</Status>
      </ItemStoreDto>
    </ItemStores>
    <LinkGroups xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
      <d3p1:string>sample string 3</d3p1:string>
    </LinkGroups>
  </ItemAttributeDto>
  <ItemAttributeDto>
    <ItemCode>sample string 1</ItemCode>
    <ItemStores>
      <ItemStoreDto>
        <EnterpriseUnitId>76391f8d-82ba-49da-adad-29b1a5fd8a07</EnterpriseUnitId>
        <Status>sample string 2</Status>
      </ItemStoreDto>
      <ItemStoreDto>
        <EnterpriseUnitId>76391f8d-82ba-49da-adad-29b1a5fd8a07</EnterpriseUnitId>
        <Status>sample string 2</Status>
      </ItemStoreDto>
      <ItemStoreDto>
        <EnterpriseUnitId>76391f8d-82ba-49da-adad-29b1a5fd8a07</EnterpriseUnitId>
        <Status>sample string 2</Status>
      </ItemStoreDto>
    </ItemStores>
    <LinkGroups xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
      <d3p1:string>sample string 3</d3p1:string>
    </LinkGroups>
  </ItemAttributeDto>
</ArrayOfItemAttributeDto>

application/x-www-form-urlencoded

Sample:

Sample not available.