POST EmployeesMovement/AddEmployeeMovement

Request Information

URI Parameters

None.

Body Parameters

EmployeesMovementDataContext
NameDescriptionTypeAdditional information
filterStatus

boolean

None.

textSearch

string

None.

language

string

None.

columnName

string

None.

statusWithAll

boolean

None.

pageSize

integer

None.

page

integer

None.

sortToken

string

None.

dateFrom

string

None.

dateTo

string

None.

userSelfDataStatuse

boolean

None.

userAuthorizeToken

string

None.

movementToken

string

None.

settingToken

string

None.

attendanceToken

string

None.

addedByUserToken

string

None.

addedByUserNameAr

string

None.

addedByUserNameEn

string

None.

updateByUserToken

string

None.

updateByUserNameAr

string

None.

updateByUserNameEn

string

None.

movementCalculateTypeToken

string

None.

movementCalculateTypeNameAr

string

None.

movementCalculateTypeNameEn

string

None.

userToken

string

None.

employeeCode

string

None.

employeeToken

string

None.

employeeImagePath

string

None.

employeeNameEn

string

None.

employeeNameAr

string

None.

moveFromDateTime

string

None.

moveFromDate

string

None.

moveFromTime

string

None.

moveFromDateTimeAction

string

None.

moveFromMockLocationStatus

boolean

None.

moveFromMockLocationNote

string

None.

moveFromPlaceName

string

None.

moveFromPlaceLatitude

decimal number

None.

moveFromPlaceLongitude

decimal number

None.

moveFromPlatFormToken

string

None.

moveFromPlatFormNameAr

string

None.

moveFromPlatFormNameEn

string

None.

moveFromDeviceVersion

string

None.

moveFromDeviceNameEn

string

None.

moveFromDeviceNamAr

string

None.

moveFromNote

string

None.

accessToDateTime

string

None.

accessToDate

string

None.

accessToTime

string

None.

accessToDateTimeAction

string

None.

accessToMockLocationStatus

boolean

None.

accessToMockLocationNote

string

None.

accessToPlaceName

string

None.

accessToPlaceLatitude

decimal number

None.

accessToPlacelongitude

decimal number

None.

accessToPlatFormToken

string

None.

accessToPlatFormNameAr

string

None.

accessToPlatFormNameEn

string

None.

accessToDeviceVersion

string

None.

accessToDeviceNameEn

string

None.

accessToDeviceNamAr

string

None.

accessToNote

string

None.

moveStatusToken

string

None.

moveStatusNameAr

string

None.

moveStatusNameEn

string

None.

timeDifference

string

None.

stayTime

string

None.

kilometerDifference

decimal number

None.

movementArchiveStatus

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "filterStatus": true,
  "textSearch": "sample string 2",
  "language": "sample string 3",
  "columnName": "sample string 4",
  "statusWithAll": true,
  "pageSize": 6,
  "page": 7,
  "sortToken": "sample string 8",
  "dateFrom": "sample string 9",
  "dateTo": "sample string 10",
  "userSelfDataStatuse": true,
  "userAuthorizeToken": "sample string 12",
  "movementToken": "sample string 13",
  "settingToken": "sample string 14",
  "attendanceToken": "sample string 15",
  "addedByUserToken": "sample string 16",
  "addedByUserNameAr": "sample string 17",
  "addedByUserNameEn": "sample string 18",
  "updateByUserToken": "sample string 19",
  "updateByUserNameAr": "sample string 20",
  "updateByUserNameEn": "sample string 21",
  "movementCalculateTypeToken": "sample string 22",
  "movementCalculateTypeNameAr": "sample string 23",
  "movementCalculateTypeNameEn": "sample string 24",
  "userToken": "sample string 25",
  "employeeCode": "sample string 26",
  "employeeToken": "sample string 27",
  "employeeImagePath": "sample string 28",
  "employeeNameEn": "sample string 29",
  "employeeNameAr": "sample string 30",
  "moveFromDateTime": "sample string 31",
  "moveFromDate": "sample string 32",
  "moveFromTime": "sample string 33",
  "moveFromDateTimeAction": "sample string 34",
  "moveFromMockLocationStatus": true,
  "moveFromMockLocationNote": "sample string 36",
  "moveFromPlaceName": "sample string 37",
  "moveFromPlaceLatitude": 38.1,
  "moveFromPlaceLongitude": 39.1,
  "moveFromPlatFormToken": "sample string 40",
  "moveFromPlatFormNameAr": "sample string 41",
  "moveFromPlatFormNameEn": "sample string 42",
  "moveFromDeviceVersion": "sample string 43",
  "moveFromDeviceNameEn": "sample string 44",
  "moveFromDeviceNamAr": "sample string 45",
  "moveFromNote": "sample string 46",
  "accessToDateTime": "sample string 47",
  "accessToDate": "sample string 48",
  "accessToTime": "sample string 49",
  "accessToDateTimeAction": "sample string 50",
  "accessToMockLocationStatus": true,
  "accessToMockLocationNote": "sample string 52",
  "accessToPlaceName": "sample string 53",
  "accessToPlaceLatitude": 54.1,
  "accessToPlacelongitude": 55.1,
  "accessToPlatFormToken": "sample string 56",
  "accessToPlatFormNameAr": "sample string 57",
  "accessToPlatFormNameEn": "sample string 58",
  "accessToDeviceVersion": "sample string 59",
  "accessToDeviceNameEn": "sample string 60",
  "accessToDeviceNamAr": "sample string 61",
  "accessToNote": "sample string 62",
  "moveStatusToken": "sample string 63",
  "moveStatusNameAr": "sample string 64",
  "moveStatusNameEn": "sample string 65",
  "timeDifference": "sample string 66",
  "stayTime": "sample string 67",
  "kilometerDifference": 68.1,
  "movementArchiveStatus": true
}

application/xml, text/xml

Sample:
<EmployeesMovementDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelUI.EmployeesMovement">
  <accessToDate xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 48</accessToDate>
  <accessToDateTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 47</accessToDateTime>
  <accessToDateTimeAction xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 50</accessToDateTimeAction>
  <accessToDeviceNamAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 61</accessToDeviceNamAr>
  <accessToDeviceNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 60</accessToDeviceNameEn>
  <accessToDeviceVersion xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 59</accessToDeviceVersion>
  <accessToMockLocationNote xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 52</accessToMockLocationNote>
  <accessToMockLocationStatus xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">true</accessToMockLocationStatus>
  <accessToNote xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 62</accessToNote>
  <accessToPlaceLatitude xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">54.1</accessToPlaceLatitude>
  <accessToPlaceName xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 53</accessToPlaceName>
  <accessToPlacelongitude xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">55.1</accessToPlacelongitude>
  <accessToPlatFormNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 57</accessToPlatFormNameAr>
  <accessToPlatFormNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 58</accessToPlatFormNameEn>
  <accessToPlatFormToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 56</accessToPlatFormToken>
  <accessToTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 49</accessToTime>
  <addedByUserNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 17</addedByUserNameAr>
  <addedByUserNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 18</addedByUserNameEn>
  <addedByUserToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 16</addedByUserToken>
  <attendanceToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 15</attendanceToken>
  <employeeCode xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 26</employeeCode>
  <employeeImagePath xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 28</employeeImagePath>
  <employeeNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 30</employeeNameAr>
  <employeeNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 29</employeeNameEn>
  <employeeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 27</employeeToken>
  <kilometerDifference xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">68.1</kilometerDifference>
  <moveFromDate xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 32</moveFromDate>
  <moveFromDateTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 31</moveFromDateTime>
  <moveFromDateTimeAction xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 34</moveFromDateTimeAction>
  <moveFromDeviceNamAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 45</moveFromDeviceNamAr>
  <moveFromDeviceNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 44</moveFromDeviceNameEn>
  <moveFromDeviceVersion xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 43</moveFromDeviceVersion>
  <moveFromMockLocationNote xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 36</moveFromMockLocationNote>
  <moveFromMockLocationStatus xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">true</moveFromMockLocationStatus>
  <moveFromNote xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 46</moveFromNote>
  <moveFromPlaceLatitude xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">38.1</moveFromPlaceLatitude>
  <moveFromPlaceLongitude xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">39.1</moveFromPlaceLongitude>
  <moveFromPlaceName xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 37</moveFromPlaceName>
  <moveFromPlatFormNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 41</moveFromPlatFormNameAr>
  <moveFromPlatFormNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 42</moveFromPlatFormNameEn>
  <moveFromPlatFormToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 40</moveFromPlatFormToken>
  <moveFromTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 33</moveFromTime>
  <moveStatusNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 64</moveStatusNameAr>
  <moveStatusNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 65</moveStatusNameEn>
  <moveStatusToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 63</moveStatusToken>
  <movementArchiveStatus xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">true</movementArchiveStatus>
  <movementCalculateTypeNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 23</movementCalculateTypeNameAr>
  <movementCalculateTypeNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 24</movementCalculateTypeNameEn>
  <movementCalculateTypeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 22</movementCalculateTypeToken>
  <movementToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 13</movementToken>
  <settingToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 14</settingToken>
  <stayTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 67</stayTime>
  <timeDifference xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 66</timeDifference>
  <updateByUserNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 20</updateByUserNameAr>
  <updateByUserNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 21</updateByUserNameEn>
  <updateByUserToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 19</updateByUserToken>
  <userToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesMovement">sample string 25</userToken>
  <columnName>sample string 4</columnName>
  <dateFrom>sample string 9</dateFrom>
  <dateTo>sample string 10</dateTo>
  <filterStatus>true</filterStatus>
  <language>sample string 3</language>
  <page>7</page>
  <pageSize>6</pageSize>
  <sortToken>sample string 8</sortToken>
  <statusWithAll>true</statusWithAll>
  <textSearch>sample string 2</textSearch>
  <userAuthorizeToken>sample string 12</userAuthorizeToken>
  <userSelfDataStatuse>true</userSelfDataStatuse>
</EmployeesMovementDataContext>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.