PUT api/AcaYear/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
AcaYearParam| Name | Description | Type | Additional information |
|---|---|---|---|
| Year | integer |
None. |
|
| Fte | integer |
Required |
|
| WageCap | decimal number |
Required |
|
| FreeEmployee | integer |
Required |
|
| AcaMinCoverage | decimal number |
Required |
|
| AvgWeeklyHours | decimal number |
Required |
|
| AvgMonthlyHours | decimal number |
Required |
|
| TotalAnnualHours | decimal number |
Required |
|
| FederalPovertyLineAmount | decimal number |
Required |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Year": 1,
"Fte": 2,
"WageCap": 3.1,
"FreeEmployee": 4,
"AcaMinCoverage": 5.1,
"AvgWeeklyHours": 6.1,
"AvgMonthlyHours": 7.1,
"TotalAnnualHours": 8.1,
"FederalPovertyLineAmount": 9.0,
"UserId": 10
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.