POST api/EmpBasic/Email/{employeeNo}
Update employee's email address
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
employeeNo |
Employee Number |
string |
Required |
Body Parameters
In request Body: Employee Basic detail
EmpBasicDetailName | Description | Type | Additional information |
---|---|---|---|
EmailAddress | string |
None. |
|
MethodOfPayment |
Cash, BACS, Cheque |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "EmailAddress": "example@example.com", "MethodOfPayment": "Cash" }
application/xml, text/xml
Sample:
<EmpBasicDetail> <EmailAddress>example@example.com</EmailAddress> <MethodOfPayment>Cash</MethodOfPayment> </EmpBasicDetail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.