POST api/GetCalendarWiseProgress
Request Information
URI Parameters
None.
Body Parameters
ReportData| Name | Description | Type | Additional information |
|---|---|---|---|
| UserType | string |
None. |
|
| ManagerID | string |
None. |
|
| YearID | string |
None. |
|
| MonthID | string |
None. |
|
| ProjectID | string |
None. |
|
| ListType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserType": "sample string 1",
"ManagerID": "sample string 2",
"YearID": "sample string 3",
"MonthID": "sample string 4",
"ProjectID": "sample string 5",
"ListType": "sample string 6"
}
application/xml, text/xml
Sample:
<ReportData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PayrollApp.Models"> <ListType>sample string 6</ListType> <ManagerID>sample string 2</ManagerID> <MonthID>sample string 4</MonthID> <ProjectID>sample string 5</ProjectID> <UserType>sample string 1</UserType> <YearID>sample string 3</YearID> </ReportData>
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.