POST api/CamBiometric/CamBiometricData?stgid={stgid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
stgid

string

Required

Body Parameters

RealTimeData
NameDescriptionTypeAdditional information
RealTime

CamBiometricData

None.

Request Formats

application/json, text/json

Sample:
{
  "RealTime": {
    "OperationID": "sample string 1",
    "LabelName": "sample string 2",
    "SerialNumber": "sample string 3",
    "PunchLog": {
      "Type": "sample string 1",
      "InputType": "sample string 2",
      "UserId": "sample string 3",
      "LogTime": "sample string 4"
    },
    "AuthToken": "sample string 4",
    "Time": "sample string 5"
  }
}

application/xml, text/xml

Sample:
<RealTimeData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebApi.Models">
  <RealTime>
    <AuthToken>sample string 4</AuthToken>
    <LabelName>sample string 2</LabelName>
    <OperationID>sample string 1</OperationID>
    <PunchLog>
      <InputType>sample string 2</InputType>
      <LogTime>sample string 4</LogTime>
      <Type>sample string 1</Type>
      <UserId>sample string 3</UserId>
    </PunchLog>
    <SerialNumber>sample string 3</SerialNumber>
    <Time>sample string 5</Time>
  </RealTime>
</RealTimeData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.