POST api/SupplierEmployee/Update

Request Information

URI Parameters

None.

Body Parameters

SupplierEmployeeAPIUpdate
NameDescriptionTypeAdditional information
EmployeeId

integer

None.

DateOfLeaving

date

None.

SupplierId

integer

None.

Furigana

string

None.

Name

string

None.

Role

integer

None.

Email

string

None.

DateOfEntering

date

None.

WorkerOfIndustryIds

string

None.

FileName

string

None.

ImageData

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,
  "DateOfLeaving": "2025-12-10T05:47:23.3505907+00:00",
  "SupplierId": 1,
  "Furigana": "sample string 1",
  "Name": "sample string 2",
  "Role": 1,
  "Email": "sample string 3",
  "DateOfEntering": "2025-12-10T05:47:23.3505907+00:00",
  "WorkerOfIndustryIds": "sample string 4",
  "FileName": "sample string 5",
  "ImageData": "sample string 6",
  "Tel": "sample string 7",
  "BuilderId": 1,
  "CreatedDate": "2025-12-10T05:47:23.3505907+00:00",
  "ModifiedDate": "2025-12-10T05:47:23.3505907+00:00",
  "CreatedById": 10,
  "ModifiedById": 11
}

application/xml, text/xml

Sample:
<SupplierEmployeeAPIUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
  <BuilderId>1</BuilderId>
  <CreatedById>10</CreatedById>
  <CreatedDate>2025-12-10T05:47:23.3505907+00:00</CreatedDate>
  <ModifiedById>11</ModifiedById>
  <ModifiedDate>2025-12-10T05:47:23.3505907+00:00</ModifiedDate>
  <DateOfEntering>2025-12-10T05:47:23.3505907+00:00</DateOfEntering>
  <Email>sample string 3</Email>
  <FileName>sample string 5</FileName>
  <Furigana>sample string 1</Furigana>
  <ImageData>sample string 6</ImageData>
  <Name>sample string 2</Name>
  <Role>1</Role>
  <SupplierId>1</SupplierId>
  <Tel>sample string 7</Tel>
  <WorkerOfIndustryIds>sample string 4</WorkerOfIndustryIds>
  <DateOfLeaving>2025-12-10T05:47:23.3505907+00:00</DateOfLeaving>
  <EmployeeId>1</EmployeeId>
</SupplierEmployeeAPIUpdate>

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.