POST api/StaffInfoModels/UploadImageByID
Request Information
URI Parameters
None.
Body Parameters
StaffInfoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| AccountType | integer |
None. |
|
| EmailID | string |
None. |
|
| ManagerID | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| FullName | string |
None. |
|
| Password | string |
None. |
|
| ConfirmPassword | string |
None. |
|
| DateArchived | date |
None. |
|
| LastLoginDate | date |
None. |
|
| UserID | integer |
None. |
|
| ImagePath | string |
None. |
|
| SignaturePath | string |
None. |
|
| IsArchived | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| ProfileBio | string |
None. |
|
| Phone | string |
None. |
|
| AlternatePhone | string |
None. |
|
| MailingAddress | string |
None. |
|
| AllocatedAnnualLeave | integer |
None. |
|
| RemainingHours | integer |
None. |
|
| AnnualLeaveRemarks | string |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedBy | integer |
None. |
|
| staffRole | string |
None. |
|
| StaffTypeList | Collection of integer |
None. |
|
| StaffTypeNameList | Collection of string |
None. |
|
| listOfProject | Collection of ProjectReportModel |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>