POST API/Visitor/SignOut

Request Information

URI Parameters

None.

Body Parameters

SignInOut
NameDescriptionTypeAdditional information
IdNumber

string

None.

VisitorType

string

None.

DeviceID

decimal number

None.

Name

string

None.

NoHP

string

None.

PhotoFileName

string

None.

PhotoFileBase64

string

None.

PhotoFileLink

string

None.

SignFileName

string

None.

SignFileBase64

string

None.

SignFileLink

string

None.

IsCapture

string

None.

PIN

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdNumber": "sample string 1",
  "VisitorType": "sample string 2",
  "DeviceID": 3.1,
  "Name": "sample string 4",
  "NoHP": "sample string 5",
  "PhotoFileName": "sample string 6",
  "PhotoFileBase64": "sample string 7",
  "PhotoFileLink": "sample string 8",
  "SignFileName": "sample string 9",
  "SignFileBase64": "sample string 10",
  "SignFileLink": "sample string 11",
  "IsCapture": "sample string 12",
  "PIN": "sample string 13"
}

text/xml

Sample:
<SignInOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models">
  <DeviceID>3.1</DeviceID>
  <IdNumber>sample string 1</IdNumber>
  <IsCapture>sample string 12</IsCapture>
  <Name>sample string 4</Name>
  <NoHP>sample string 5</NoHP>
  <PIN>sample string 13</PIN>
  <PhotoFileBase64>sample string 7</PhotoFileBase64>
  <PhotoFileLink>sample string 8</PhotoFileLink>
  <PhotoFileName>sample string 6</PhotoFileName>
  <SignFileBase64>sample string 10</SignFileBase64>
  <SignFileLink>sample string 11</SignFileLink>
  <SignFileName>sample string 9</SignFileName>
  <VisitorType>sample string 2</VisitorType>
</SignInOut>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.