POST api/SupplierEmployee/Add
Request Information
URI Parameters
None.
Body Parameters
SupplierEmployeeAPIAdd| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierId | integer |
None. |
|
| Furigana | string |
None. |
|
| Name | string |
None. |
|
| Role | integer |
None. |
|
| 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:
{
"SupplierId": 1,
"Furigana": "sample string 1",
"Name": "sample string 2",
"Role": 1,
"Email": "sample string 3",
"DateOfEntering": "2025-12-10T05:47:24.0165592+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:24.0165592+00:00",
"ModifiedDate": "2025-12-10T05:47:24.0165592+00:00",
"CreatedById": 10,
"ModifiedById": 11
}
application/xml, text/xml
Sample:
<SupplierEmployeeAPIAdd 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:24.0165592+00:00</CreatedDate> <ModifiedById>11</ModifiedById> <ModifiedDate>2025-12-10T05:47:24.0165592+00:00</ModifiedDate> <DateOfEntering>2025-12-10T05:47:24.0165592+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> </SupplierEmployeeAPIAdd>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |