POST api/v1/staffs/{staffId}/reactivate
Remove End-Date and move staff to Parallon facility
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| staffId | integer |
Required |
Body Parameters
StaffActivationRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FsStaffId | integer |
Required |
|
| FsStaffSkillId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FsStaffId": 1,
"FsStaffSkillId": 2
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.