POST api/Employee/Update

Request Information

URI Parameters

None.

Body Parameters

EmployeeAPI
NameDescriptionTypeAdditional information
EmployeeId

integer

None.

Code

string

None.

Furigana

string

None.

Name

string

None.

Role

integer

None.

DateOfEntering

date

None.

DateOfLeaving

date

None.

DateOfEnteringFrom

date

None.

DateOfEnteringTo

date

None.

DateOfLeavingFrom

date

None.

DateOfLeavingTo

date

None.

Email

string

None.

IsEditable

boolean

None.

IsManager

boolean

None.

Active

integer

None.

ThumbnailFilePath

string

None.

ActivationStatus

integer

None.

Password

string

None.

FileName

string

None.

ImageData

string

None.

WorkerOfIndustryIds

string

None.

WorkerOfIndustryValues

string

None.

Tel

string

None.

BuilderId

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedById

integer

None.

ModifiedById

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeId": 1,
  "Code": "sample string 2",
  "Furigana": "sample string 3",
  "Name": "sample string 4",
  "Role": 1,
  "DateOfEntering": "2025-12-10T05:48:04.5069282+00:00",
  "DateOfLeaving": "2025-12-10T05:48:04.5069282+00:00",
  "DateOfEnteringFrom": "2025-12-10T05:48:04.5069282+00:00",
  "DateOfEnteringTo": "2025-12-10T05:48:04.5069282+00:00",
  "DateOfLeavingFrom": "2025-12-10T05:48:04.5069282+00:00",
  "DateOfLeavingTo": "2025-12-10T05:48:04.5069282+00:00",
  "Email": "sample string 5",
  "IsEditable": false,
  "IsManager": true,
  "Active": 1,
  "ThumbnailFilePath": "sample string 6",
  "ActivationStatus": 1,
  "Password": "sample string 7",
  "FileName": "sample string 8",
  "ImageData": "sample string 9",
  "WorkerOfIndustryIds": "sample string 10",
  "WorkerOfIndustryValues": "sample string 11",
  "Tel": "sample string 12",
  "BuilderId": 1,
  "CreatedDate": "2025-12-10T05:48:04.5069282+00:00",
  "ModifiedDate": "2025-12-10T05:48:04.5069282+00:00",
  "CreatedById": 15,
  "ModifiedById": 16
}

application/xml, text/xml

Sample:
<EmployeeAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
  <BuilderId>1</BuilderId>
  <CreatedById>15</CreatedById>
  <CreatedDate>2025-12-10T05:48:04.5069282+00:00</CreatedDate>
  <ModifiedById>16</ModifiedById>
  <ModifiedDate>2025-12-10T05:48:04.5069282+00:00</ModifiedDate>
  <ActivationStatus>1</ActivationStatus>
  <Active>1</Active>
  <Code>sample string 2</Code>
  <DateOfEntering>2025-12-10T05:48:04.5069282+00:00</DateOfEntering>
  <DateOfEnteringFrom>2025-12-10T05:48:04.5069282+00:00</DateOfEnteringFrom>
  <DateOfEnteringTo>2025-12-10T05:48:04.5069282+00:00</DateOfEnteringTo>
  <DateOfLeaving>2025-12-10T05:48:04.5069282+00:00</DateOfLeaving>
  <DateOfLeavingFrom>2025-12-10T05:48:04.5069282+00:00</DateOfLeavingFrom>
  <DateOfLeavingTo>2025-12-10T05:48:04.5069282+00:00</DateOfLeavingTo>
  <Email>sample string 5</Email>
  <EmployeeId>1</EmployeeId>
  <FileName>sample string 8</FileName>
  <Furigana>sample string 3</Furigana>
  <ImageData>sample string 9</ImageData>
  <Name>sample string 4</Name>
  <Password>sample string 7</Password>
  <Role>1</Role>
  <Tel>sample string 12</Tel>
  <ThumbnailFilePath>sample string 6</ThumbnailFilePath>
  <WorkerOfIndustryIds>sample string 10</WorkerOfIndustryIds>
  <WorkerOfIndustryValues>sample string 11</WorkerOfIndustryValues>
</EmployeeAPI>

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.