PUT AlohaMenuLoopback/BulkUpsertSalesCategories

Documentation for 'BulkUpsertSalesCategories'.

Request Information

Parameters

NameDescriptionAdditional information
salesCategories
Documentation for 'salesCategories'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "$type": "NCR.Silver.Shared.Contracts.DsesApi.SalesCategoryDto, NCR.Silver.Shared.Contracts",
    "Type": "sample string 1",
    "Status": "sample string 2",
    "CategoryNodeId": "sample string 3",
    "CategoryName": "sample string 4",
    "LastUpdated": 1,
    "LastUpdatedByUser": "sample string 5"
  },
  {
    "$type": "NCR.Silver.Shared.Contracts.DsesApi.SalesCategoryDto, NCR.Silver.Shared.Contracts",
    "Type": "sample string 1",
    "Status": "sample string 2",
    "CategoryNodeId": "sample string 3",
    "CategoryName": "sample string 4",
    "LastUpdated": 1,
    "LastUpdatedByUser": "sample string 5"
  },
  {
    "$type": "NCR.Silver.Shared.Contracts.DsesApi.SalesCategoryDto, NCR.Silver.Shared.Contracts",
    "Type": "sample string 1",
    "Status": "sample string 2",
    "CategoryNodeId": "sample string 3",
    "CategoryName": "sample string 4",
    "LastUpdated": 1,
    "LastUpdatedByUser": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSalesCategoryDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NCR.Silver.Shared.Contracts.DsesApi">
  <SalesCategoryDto>
    <CategoryName>sample string 4</CategoryName>
    <CategoryNodeId>sample string 3</CategoryNodeId>
    <LastUpdated>1</LastUpdated>
    <LastUpdatedByUser>sample string 5</LastUpdatedByUser>
    <Status>sample string 2</Status>
    <Type>sample string 1</Type>
  </SalesCategoryDto>
  <SalesCategoryDto>
    <CategoryName>sample string 4</CategoryName>
    <CategoryNodeId>sample string 3</CategoryNodeId>
    <LastUpdated>1</LastUpdated>
    <LastUpdatedByUser>sample string 5</LastUpdatedByUser>
    <Status>sample string 2</Status>
    <Type>sample string 1</Type>
  </SalesCategoryDto>
  <SalesCategoryDto>
    <CategoryName>sample string 4</CategoryName>
    <CategoryNodeId>sample string 3</CategoryNodeId>
    <LastUpdated>1</LastUpdated>
    <LastUpdatedByUser>sample string 5</LastUpdatedByUser>
    <Status>sample string 2</Status>
    <Type>sample string 1</Type>
  </SalesCategoryDto>
</ArrayOfSalesCategoryDto>

application/x-www-form-urlencoded

Sample:

Sample not available.