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:
[
{
"$id": "1",
"salesexecutiveid": 1,
"totaldiffhours": "sample string 2",
"totaldaystatus": "sample string 3",
"totalnoofdaysmonth": "sample string 4"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.