POST api/EmployeeLeave/PostEmployeeProfilePhoto
Request Information
URI Parameters
None.
Body Parameters
PostEmployeePhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| EMP_ID | integer |
None. |
|
| account_name | string |
None. |
|
| account_key | string |
None. |
|
| account_container | string |
None. |
|
| EMP_PROFILE_NAME | string |
None. |
|
| EMP_BASE64 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EMP_ID": 1,
"account_name": "sample string 1",
"account_key": "sample string 2",
"account_container": "sample string 3",
"EMP_PROFILE_NAME": "sample string 4",
"EMP_BASE64": "sample string 5"
}
application/xml, text/xml
Sample:
<PostEmployeePhoto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <EMP_BASE64>sample string 5</EMP_BASE64> <EMP_ID>1</EMP_ID> <EMP_PROFILE_NAME>sample string 4</EMP_PROFILE_NAME> <account_container>sample string 3</account_container> <account_key>sample string 2</account_key> <account_name>sample string 1</account_name> </PostEmployeePhoto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |