POST api/UpdateEmployee/UpdateContactData?EmpID={EmpID}&AddressID={AddressID}&txtAddress1={txtAddress1}&txtAddress2={txtAddress2}&txtCity={txtCity}&txtState={txtState}&txtCountry={txtCountry}&txtZip={txtZip}&txtMobile={txtMobile}&txtPhone={txtPhone}&UserName={UserName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EmpID

string

Required

AddressID

string

Required

txtAddress1

string

Required

txtAddress2

string

Required

txtCity

string

Required

txtState

string

Required

txtCountry

string

Required

txtZip

string

Required

txtMobile

string

Required

txtPhone

string

Required

UserName

string

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.