POST api/Attendance/SavePersonGroups

Request Information

URI Parameters

None.

Body Parameters

PersonGroups
NameDescriptionTypeAdditional information
personSeq

integer

None.

hrEmpSeq

integer

None.

personGroupSeq

integer

None.

message

string

None.

groupID

string

None.

grpSeq

integer

None.

personGroupID

string

None.

personName

string

None.

alreadySaved

boolean

None.

hrEmpID

string

None.

faces

integer

None.

lastImagePath

string

None.

rowCnt

integer

None.

rgCnt

boolean

None.

otCnt

boolean

None.

logoutR_Flg

boolean

None.

logoutO_Flg

boolean

None.

breakList

Collection of PersonAtteBrkDetails

None.

Request Formats

application/json, text/json

Sample:
{
  "breakList": [
    {
      "breakTime": "sample string 1",
      "exitTime": "sample string 2",
      "desc": "sample string 3",
      "shiftType": "A",
      "date": "sample string 5",
      "atteBrkSeq": 6,
      "groupSeq": 7,
      "personId": "sample string 8"
    },
    {
      "breakTime": "sample string 1",
      "exitTime": "sample string 2",
      "desc": "sample string 3",
      "shiftType": "A",
      "date": "sample string 5",
      "atteBrkSeq": 6,
      "groupSeq": 7,
      "personId": "sample string 8"
    }
  ],
  "personSeq": 1,
  "hrEmpSeq": 2,
  "personGroupSeq": 3,
  "message": "sample string 4",
  "groupID": "sample string 5",
  "grpSeq": 6,
  "personGroupID": "sample string 7",
  "personName": "sample string 8",
  "alreadySaved": true,
  "hrEmpID": "sample string 10",
  "faces": 11,
  "lastImagePath": "sample string 12",
  "rowCnt": 13,
  "rgCnt": true,
  "otCnt": true,
  "logoutR_Flg": true,
  "logoutO_Flg": true
}

application/xml, text/xml

Sample:
<PersonGroups xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SaveraWebApi.Models.Attendance">
  <alreadySaved>true</alreadySaved>
  <breakList>
    <PersonAtteBrkDetails>
      <atteBrkSeq>6</atteBrkSeq>
      <breakTime>sample string 1</breakTime>
      <date>sample string 5</date>
      <desc>sample string 3</desc>
      <exitTime>sample string 2</exitTime>
      <groupSeq>7</groupSeq>
      <personId>sample string 8</personId>
      <shiftType>65</shiftType>
    </PersonAtteBrkDetails>
    <PersonAtteBrkDetails>
      <atteBrkSeq>6</atteBrkSeq>
      <breakTime>sample string 1</breakTime>
      <date>sample string 5</date>
      <desc>sample string 3</desc>
      <exitTime>sample string 2</exitTime>
      <groupSeq>7</groupSeq>
      <personId>sample string 8</personId>
      <shiftType>65</shiftType>
    </PersonAtteBrkDetails>
  </breakList>
  <faces>11</faces>
  <groupID>sample string 5</groupID>
  <grpSeq>6</grpSeq>
  <hrEmpID>sample string 10</hrEmpID>
  <hrEmpSeq>2</hrEmpSeq>
  <lastImagePath>sample string 12</lastImagePath>
  <logoutO_Flg>true</logoutO_Flg>
  <logoutR_Flg>true</logoutR_Flg>
  <message>sample string 4</message>
  <otCnt>true</otCnt>
  <personGroupID>sample string 7</personGroupID>
  <personGroupSeq>3</personGroupSeq>
  <personName>sample string 8</personName>
  <personSeq>1</personSeq>
  <rgCnt>true</rgCnt>
  <rowCnt>13</rowCnt>
</PersonGroups>

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.