POST api/UserAttendance/List

Request Information

URI Parameters

None.

Body Parameters

UserAttendanceModel
NameDescriptionTypeAdditional information
EntryNo

string

None.

EntryDateTime

string

None.

Punch

integer

None.

PunchIn

integer

None.

SalesExecutive

integer

None.

UserName

string

None.

Distributor

integer

None.

PartyName

string

None.

DistributorSalesExecutive

integer

None.

Remarks

string

None.

Photo

string

None.

HasImage

boolean

None.

GeoLocation

string

None.

GeoLocationName

string

None.

InLocationLat

decimal number

None.

InLocationLng

decimal number

None.

IsActive

boolean

None.

AutoCompleteRequest

boolean

None.

FirstRec

integer

None.

LastRec

integer

None.

SortColumn

string

None.

SortOrder

string

None.

RequestType

integer

None.

Message

APIResponse

None.

SecretKey

string

None.

Token

string

None.

EnterprisesCode

string

None.

ModeluSelection

string

None.

CallFrom

string

None.

IsAllowedRequest

boolean

None.

IsInMaintenance

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "EntryNo": "sample string 1",
  "EntryDateTime": "sample string 2",
  "Punch": 3,
  "PunchIn": 4,
  "SalesExecutive": 5,
  "UserName": "sample string 6",
  "Distributor": 7,
  "PartyName": "sample string 8",
  "DistributorSalesExecutive": 9,
  "Remarks": "sample string 10",
  "Photo": "sample string 11",
  "HasImage": true,
  "GeoLocation": "sample string 13",
  "GeoLocationName": "sample string 14",
  "InLocationLat": 15.0,
  "InLocationLng": 16.0,
  "IsActive": true,
  "AutoCompleteRequest": true,
  "FirstRec": 19,
  "LastRec": 20,
  "SortColumn": "sample string 21",
  "SortOrder": "sample string 22",
  "RequestType": 23,
  "Message": {
    "ResponseCode": 1,
    "ResponseMessage": "sample string 2"
  },
  "SecretKey": "sample string 24",
  "Token": "sample string 25",
  "EnterprisesCode": "sample string 26",
  "ModeluSelection": "sample string 27",
  "CallFrom": "sample string 28",
  "IsAllowedRequest": true,
  "IsInMaintenance": true
}

application/xml, text/xml

Sample:
<UserAttendanceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZipDMSModels">
  <CallFrom>sample string 28</CallFrom>
  <EnterprisesCode>sample string 26</EnterprisesCode>
  <IsAllowedRequest>true</IsAllowedRequest>
  <IsInMaintenance>true</IsInMaintenance>
  <Message>
    <ResponseCode>1</ResponseCode>
    <ResponseMessage>sample string 2</ResponseMessage>
  </Message>
  <ModeluSelection>sample string 27</ModeluSelection>
  <SecretKey>sample string 24</SecretKey>
  <Token>sample string 25</Token>
  <AutoCompleteRequest>true</AutoCompleteRequest>
  <Distributor>7</Distributor>
  <DistributorSalesExecutive>9</DistributorSalesExecutive>
  <EntryDateTime>sample string 2</EntryDateTime>
  <EntryNo>sample string 1</EntryNo>
  <FirstRec>19</FirstRec>
  <GeoLocation>sample string 13</GeoLocation>
  <GeoLocationName>sample string 14</GeoLocationName>
  <HasImage>true</HasImage>
  <InLocationLat>15</InLocationLat>
  <InLocationLng>16</InLocationLng>
  <IsActive>true</IsActive>
  <LastRec>20</LastRec>
  <PartyName>sample string 8</PartyName>
  <Photo>sample string 11</Photo>
  <Punch>3</Punch>
  <PunchIn>4</PunchIn>
  <Remarks>sample string 10</Remarks>
  <RequestType>23</RequestType>
  <SalesExecutive>5</SalesExecutive>
  <SortColumn>sample string 21</SortColumn>
  <SortOrder>sample string 22</SortOrder>
  <UserName>sample string 6</UserName>
</UserAttendanceModel>

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.