PUT api/WotcDocument/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
WotcDocumentParam| Name | Description | Type | Additional information |
|---|---|---|---|
| FormType | integer |
None. |
|
| FileName | string |
None. |
|
| SaveFileName | globally unique identifier |
None. |
|
| SaveFilePath | string |
None. |
|
| InsertBy | integer |
None. |
|
| FileType | integer |
None. |
|
| InsertDate | string |
None. |
|
| InsertTime | string |
None. |
|
| UpdateBy | integer |
None. |
|
| UpdateDate | string |
None. |
|
| UpdateTime | string |
None. |
|
| ApprovalNote | string |
None. |
|
| Status | integer |
None. |
|
| WotcEligible | integer |
None. |
|
| WotcTargetId | integer |
None. |
|
| EmployeeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FormType": 1,
"FileName": "sample string 2",
"SaveFileName": "dc757741-4fc3-48e2-a4a9-c1cc8ec56010",
"SaveFilePath": "sample string 4",
"InsertBy": 5,
"FileType": 6,
"InsertDate": "sample string 7",
"InsertTime": "sample string 8",
"UpdateBy": 9,
"UpdateDate": "sample string 10",
"UpdateTime": "sample string 11",
"ApprovalNote": "sample string 12",
"Status": 13,
"WotcEligible": 14,
"WotcTargetId": 15,
"EmployeeId": 16
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.