POST Api/Profile/UpdateProfile

Request Information

URI Parameters

None.

Body Parameters

InsertEmployee
NameDescriptionTypeAdditional information
Name

string

None.

Email

string

None.

Contact

string

None.

RoleID

globally unique identifier

None.

OrgID

globally unique identifier

None.

StoreID

globally unique identifier

None.

AddedBy

string

None.

UpdatedBy

string

None.

DeletedBy

string

None.

HODID

string

None.

EmployeeID

globally unique identifier

None.

RegionID

string

None.

HrRejectRemark

string

None.

IsApprove

integer

None.

Designation

string

None.

EmployeeCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Email": "sample string 2",
  "Contact": "sample string 3",
  "RoleID": "d960bb36-380c-4fcd-96db-baa9190932d0",
  "OrgID": "f6850d52-f6fc-4594-87c3-9da5ce424f7e",
  "StoreID": "fdda0234-796b-467f-94e8-9f2a404ffd1a",
  "AddedBy": "sample string 7",
  "UpdatedBy": "sample string 8",
  "DeletedBy": "sample string 9",
  "HODID": "sample string 10",
  "EmployeeID": "e77c89c4-e830-44c9-aca0-e5a709133876",
  "RegionID": "sample string 12",
  "HrRejectRemark": "sample string 13",
  "IsApprove": 14,
  "Designation": "sample string 15",
  "EmployeeCode": "sample string 16"
}

application/xml, text/xml

Sample:
<InsertEmployee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KaramBazaarAPI.Models">
  <AddedBy>sample string 7</AddedBy>
  <Contact>sample string 3</Contact>
  <DeletedBy>sample string 9</DeletedBy>
  <Designation>sample string 15</Designation>
  <Email>sample string 2</Email>
  <EmployeeCode>sample string 16</EmployeeCode>
  <EmployeeID>e77c89c4-e830-44c9-aca0-e5a709133876</EmployeeID>
  <HODID>sample string 10</HODID>
  <HrRejectRemark>sample string 13</HrRejectRemark>
  <IsApprove>14</IsApprove>
  <Name>sample string 1</Name>
  <OrgID>f6850d52-f6fc-4594-87c3-9da5ce424f7e</OrgID>
  <RegionID>sample string 12</RegionID>
  <RoleID>d960bb36-380c-4fcd-96db-baa9190932d0</RoleID>
  <StoreID>fdda0234-796b-467f-94e8-9f2a404ffd1a</StoreID>
  <UpdatedBy>sample string 8</UpdatedBy>
</InsertEmployee>

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.