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