POST api/WotcClaimed
Request Information
URI Parameters
None.
Body Parameters
WotcClaimedParam| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | Collection of integer |
None. |
|
| DateClaim | string |
None. |
|
| TimeClaim | string |
None. |
|
| Year | integer |
None. |
|
| UpdateBy | integer |
None. |
|
| UpdateDate | string |
None. |
|
| UpdateTime | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": [
1,
2
],
"DateClaim": "sample string 1",
"TimeClaim": "sample string 2",
"Year": 3,
"UpdateBy": 4,
"UpdateDate": "sample string 5",
"UpdateTime": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.