POST api/Attendance/InsertAttandanceSummary?companyid={companyid}&fromdate={fromdate}&todate={todate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyid | integer |
Required |
|
| fromdate | date |
Required |
|
| todate | date |
Required |
Body Parameters
Collection of clInsertAttandanceSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| salesexecutiveid | integer |
None. |
|
| totaldiffhours | string |
None. |
|
| totaldaystatus | string |
None. |
|
| totalnoofdaysmonth | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"salesexecutiveid": 1,
"totaldiffhours": "sample string 2",
"totaldaystatus": "sample string 3",
"totalnoofdaysmonth": "sample string 4"
},
{
"salesexecutiveid": 1,
"totaldiffhours": "sample string 2",
"totaldaystatus": "sample string 3",
"totalnoofdaysmonth": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfclInsertAttandanceSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GroundITMainDealerAPI.Controllers">
<clInsertAttandanceSummary>
<salesexecutiveid>1</salesexecutiveid>
<totaldaystatus>sample string 3</totaldaystatus>
<totaldiffhours>sample string 2</totaldiffhours>
<totalnoofdaysmonth>sample string 4</totalnoofdaysmonth>
</clInsertAttandanceSummary>
<clInsertAttandanceSummary>
<salesexecutiveid>1</salesexecutiveid>
<totaldaystatus>sample string 3</totaldaystatus>
<totaldiffhours>sample string 2</totaldiffhours>
<totalnoofdaysmonth>sample string 4</totalnoofdaysmonth>
</clInsertAttandanceSummary>
</ArrayOfclInsertAttandanceSummary>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.