POST api/user/changeemail
Request Information
URI Parameters
None.
Body Parameters
ChangeEmailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserCode | integer |
None. |
|
| EmpCode | integer |
None. |
|
| Correo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserCode": 1,
"EmpCode": 2,
"Correo": "sample string 3"
}
application/xml, text/xml
Sample:
<ChangeEmailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppSiscaWebApi.Models"> <Correo>sample string 3</Correo> <EmpCode>2</EmpCode> <UserCode>1</UserCode> </ChangeEmailModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.