POST api/HCS_SkuExplorer/AddUpdateDeleteHCS_Security

Request Information

URI Parameters

None.

Body Parameters

HCSSecurity
NameDescriptionTypeAdditional information
HCSSecurityID

integer

None.

EmployeeId

integer

None.

HCSSecCustAdrsId

integer

None.

HCSSecurityFeatureId

integer

None.

HCSSecRollID

integer

None.

RollName

string

None.

DeleteMe

boolean

None.

AllLocations

boolean

None.

AllItems

boolean

None.

SearchStringName

string

None.

SearchStringEmail

string

None.

CustNmbr

string

None.

Module

string

None.

IsHCSActive

boolean

None.

ReadOnly

boolean

None.

FullAccess

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "HCSSecurityID": 1,
  "EmployeeId": 1,
  "HCSSecCustAdrsId": 2,
  "HCSSecurityFeatureId": 3,
  "HCSSecRollID": 4,
  "RollName": "sample string 5",
  "DeleteMe": true,
  "AllLocations": true,
  "AllItems": true,
  "SearchStringName": "sample string 9",
  "SearchStringEmail": "sample string 10",
  "CustNmbr": "sample string 11",
  "Module": "sample string 12",
  "IsHCSActive": true,
  "ReadOnly": true,
  "FullAccess": true
}

application/xml, text/xml

Sample:
<HCSSecurity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HCSAPI.DTOs">
  <AllItems>true</AllItems>
  <AllLocations>true</AllLocations>
  <CustNmbr>sample string 11</CustNmbr>
  <DeleteMe>true</DeleteMe>
  <EmployeeId>1</EmployeeId>
  <FullAccess>true</FullAccess>
  <HCSSecCustAdrsId>2</HCSSecCustAdrsId>
  <HCSSecRollID>4</HCSSecRollID>
  <HCSSecurityFeatureId>3</HCSSecurityFeatureId>
  <HCSSecurityID>1</HCSSecurityID>
  <IsHCSActive>true</IsHCSActive>
  <Module>sample string 12</Module>
  <ReadOnly>true</ReadOnly>
  <RollName>sample string 5</RollName>
  <SearchStringEmail>sample string 10</SearchStringEmail>
  <SearchStringName>sample string 9</SearchStringName>
</HCSSecurity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>