GET api/HCS_SkuExplorer/GetHCS_CurrentSecurity?employeeid={employeeid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
employeeid

integer

Required

Body Parameters

None.

Response Information

Resource Description

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.

Response 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>