POST api/SupplierEmployee/Find

条件を指定して請求を検索

Request Information

URI Parameters

None.

Body Parameters

"BuilderId":会社ID "SupplierId":サプライヤー企業ID "Name":名前 "Furigana":ふりがな "Active":区分 "Code":社員コード "DateOfEnteringFrom":入社日(FROM) "DateOfEnteringTo":入社日(TO) "DateOfLeavingFrom":退社日(FROM) "DateOfLeavingTo":退社日(TO) "Role":権限 "Email":Email "WorkerOfIndustryIds":業種(ID) "Tel":電話番号

SupplierEmployeeAPISearch
NameDescriptionTypeAdditional information
SupplierId

integer

None.

Name

string

None.

Furigana

string

None.

Active

integer

None.

Code

string

None.

DateOfEnteringFrom

date

None.

DateOfEnteringTo

date

None.

DateOfLeavingFrom

date

None.

DateOfLeavingTo

date

None.

Role

integer

None.

Email

string

None.

WorkerOfIndustryIds

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:
{
  "SupplierId": 1,
  "Name": "sample string 1",
  "Furigana": "sample string 2",
  "Active": 1,
  "Code": "sample string 3",
  "DateOfEnteringFrom": "2025-12-10T05:47:22.62657+00:00",
  "DateOfEnteringTo": "2025-12-10T05:47:22.62657+00:00",
  "DateOfLeavingFrom": "2025-12-10T05:47:22.62657+00:00",
  "DateOfLeavingTo": "2025-12-10T05:47:22.62657+00:00",
  "Role": 1,
  "Email": "sample string 4",
  "WorkerOfIndustryIds": "sample string 5",
  "Tel": "sample string 6",
  "BuilderId": 1,
  "CreatedDate": "2025-12-10T05:47:22.62657+00:00",
  "ModifiedDate": "2025-12-10T05:47:22.62657+00:00",
  "CreatedById": 9,
  "ModifiedById": 10
}

application/xml, text/xml

Sample:
<SupplierEmployeeAPISearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
  <BuilderId>1</BuilderId>
  <CreatedById>9</CreatedById>
  <CreatedDate>2025-12-10T05:47:22.62657+00:00</CreatedDate>
  <ModifiedById>10</ModifiedById>
  <ModifiedDate>2025-12-10T05:47:22.62657+00:00</ModifiedDate>
  <Active>1</Active>
  <Code>sample string 3</Code>
  <DateOfEnteringFrom>2025-12-10T05:47:22.62657+00:00</DateOfEnteringFrom>
  <DateOfEnteringTo>2025-12-10T05:47:22.62657+00:00</DateOfEnteringTo>
  <DateOfLeavingFrom>2025-12-10T05:47:22.62657+00:00</DateOfLeavingFrom>
  <DateOfLeavingTo>2025-12-10T05:47:22.62657+00:00</DateOfLeavingTo>
  <Email>sample string 4</Email>
  <Furigana>sample string 2</Furigana>
  <Name>sample string 1</Name>
  <Role>1</Role>
  <SupplierId>1</SupplierId>
  <Tel>sample string 6</Tel>
  <WorkerOfIndustryIds>sample string 5</WorkerOfIndustryIds>
</SupplierEmployeeAPISearch>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

data[1] "BuilderId":会社ID "SupplierId":サプライヤー企業ID "EmployeeId":社員ID "Code":社員コード "Name":名前 "Furigana":ふりがな "Email":Email "Role":権限 "DateOfEntering":入社日 "DateOfLeaving":退社日 "FileName":ファイル名 "ThumbnailFilePath":サムネイルファイルパス "ActivationStatus":認証ステータス "WorkerOfIndustryIds":業種(ID) "WorkerOfIndustryValues":業種(名称) "Tel":電話番号 "CreatedDate":登録日時 "ModifiedDate":更新日時 "CreatedById":登録者ID "ModifiedById":更新者ID count 件数 n

Collection of 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.

Response 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:47:22.6421881+00:00",
    "DateOfLeaving": "2025-12-10T05:47:22.6421881+00:00",
    "DateOfEnteringFrom": "2025-12-10T05:47:22.6421881+00:00",
    "DateOfEnteringTo": "2025-12-10T05:47:22.6421881+00:00",
    "DateOfLeavingFrom": "2025-12-10T05:47:22.6421881+00:00",
    "DateOfLeavingTo": "2025-12-10T05:47:22.6421881+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:47:22.6421881+00:00",
    "ModifiedDate": "2025-12-10T05:47:22.6421881+00:00",
    "CreatedById": 15,
    "ModifiedById": 16
  },
  {
    "EmployeeId": 1,
    "Code": "sample string 2",
    "Furigana": "sample string 3",
    "Name": "sample string 4",
    "Role": 1,
    "DateOfEntering": "2025-12-10T05:47:22.6421881+00:00",
    "DateOfLeaving": "2025-12-10T05:47:22.6421881+00:00",
    "DateOfEnteringFrom": "2025-12-10T05:47:22.6421881+00:00",
    "DateOfEnteringTo": "2025-12-10T05:47:22.6421881+00:00",
    "DateOfLeavingFrom": "2025-12-10T05:47:22.6421881+00:00",
    "DateOfLeavingTo": "2025-12-10T05:47:22.6421881+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:47:22.6421881+00:00",
    "ModifiedDate": "2025-12-10T05:47:22.6421881+00:00",
    "CreatedById": 15,
    "ModifiedById": 16
  }
]

application/xml, text/xml

Sample:
<ArrayOfEmployeeAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
  <EmployeeAPI>
    <BuilderId>1</BuilderId>
    <CreatedById>15</CreatedById>
    <CreatedDate>2025-12-10T05:47:22.6421881+00:00</CreatedDate>
    <ModifiedById>16</ModifiedById>
    <ModifiedDate>2025-12-10T05:47:22.6421881+00:00</ModifiedDate>
    <ActivationStatus>1</ActivationStatus>
    <Active>1</Active>
    <Code>sample string 2</Code>
    <DateOfEntering>2025-12-10T05:47:22.6421881+00:00</DateOfEntering>
    <DateOfEnteringFrom>2025-12-10T05:47:22.6421881+00:00</DateOfEnteringFrom>
    <DateOfEnteringTo>2025-12-10T05:47:22.6421881+00:00</DateOfEnteringTo>
    <DateOfLeaving>2025-12-10T05:47:22.6421881+00:00</DateOfLeaving>
    <DateOfLeavingFrom>2025-12-10T05:47:22.6421881+00:00</DateOfLeavingFrom>
    <DateOfLeavingTo>2025-12-10T05:47:22.6421881+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>
  <EmployeeAPI>
    <BuilderId>1</BuilderId>
    <CreatedById>15</CreatedById>
    <CreatedDate>2025-12-10T05:47:22.6421881+00:00</CreatedDate>
    <ModifiedById>16</ModifiedById>
    <ModifiedDate>2025-12-10T05:47:22.6421881+00:00</ModifiedDate>
    <ActivationStatus>1</ActivationStatus>
    <Active>1</Active>
    <Code>sample string 2</Code>
    <DateOfEntering>2025-12-10T05:47:22.6421881+00:00</DateOfEntering>
    <DateOfEnteringFrom>2025-12-10T05:47:22.6421881+00:00</DateOfEnteringFrom>
    <DateOfEnteringTo>2025-12-10T05:47:22.6421881+00:00</DateOfEnteringTo>
    <DateOfLeaving>2025-12-10T05:47:22.6421881+00:00</DateOfLeaving>
    <DateOfLeavingFrom>2025-12-10T05:47:22.6421881+00:00</DateOfLeavingFrom>
    <DateOfLeavingTo>2025-12-10T05:47:22.6421881+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>
</ArrayOfEmployeeAPI>