POST api/ProfileUpdate

Request Information

URI Parameters

None.

Body Parameters

ProfilUpdate
NameDescriptionTypeAdditional information
STATUS

string

None.

EMPLOYEE_ID

string

None.

EXTRA1

string

None.

Request Formats

application/json, text/json

Sample:
{
  "STATUS": "sample string 1",
  "EMPLOYEE_ID": "sample string 2",
  "EXTRA1": "sample string 3"
}

application/xml, text/xml

Sample:
<ProfilUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiFarmsons.Controllers">
  <EMPLOYEE_ID>sample string 2</EMPLOYEE_ID>
  <EXTRA1>sample string 3</EXTRA1>
  <STATUS>sample string 1</STATUS>
</ProfilUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.