POST api/WICOfConstruction/Find
Request Information
URI Parameters
None.
Body Parameters
WICOfConstructionAPISearch| Name | Description | Type | Additional information |
|---|---|---|---|
| ConstructionId | integer |
None. |
|
| NotShared | integer |
None. |
|
| BuilderId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedById | integer |
None. |
|
| ModifiedById | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ConstructionId": 1,
"NotShared": 1,
"BuilderId": 1,
"CreatedDate": "2025-12-10T05:47:23.8664317+00:00",
"ModifiedDate": "2025-12-10T05:47:23.8664317+00:00",
"CreatedById": 3,
"ModifiedById": 4
}
application/xml, text/xml
Sample:
<WICOfConstructionAPISearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data"> <BuilderId>1</BuilderId> <CreatedById>3</CreatedById> <CreatedDate>2025-12-10T05:47:23.8664317+00:00</CreatedDate> <ModifiedById>4</ModifiedById> <ModifiedDate>2025-12-10T05:47:23.8664317+00:00</ModifiedDate> <ConstructionId>1</ConstructionId> <NotShared>1</NotShared> </WICOfConstructionAPISearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of WICOfConstructionAPIResultItem| Name | Description | Type | Additional information |
|---|---|---|---|
| ConstructionId | integer |
None. |
|
| WICOfConstructionId | integer |
None. |
|
| GroupId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| SupplierName | string |
None. |
|
| Name | string |
None. |
|
| Tel | string |
None. |
|
| ThumbnailFilePath | string |
None. |
|
| NotShared | integer |
None. |
|
| BuilderId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedById | integer |
None. |
|
| ModifiedById | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ConstructionId": 1,
"WICOfConstructionId": 2,
"GroupId": 3,
"EmployeeId": 4,
"SupplierName": "sample string 5",
"Name": "sample string 6",
"Tel": "sample string 7",
"ThumbnailFilePath": "",
"NotShared": 0,
"BuilderId": 1,
"CreatedDate": "2025-12-10T05:47:23.8664317+00:00",
"ModifiedDate": "2025-12-10T05:47:23.8664317+00:00",
"CreatedById": 10,
"ModifiedById": 11
},
{
"ConstructionId": 1,
"WICOfConstructionId": 2,
"GroupId": 3,
"EmployeeId": 4,
"SupplierName": "sample string 5",
"Name": "sample string 6",
"Tel": "sample string 7",
"ThumbnailFilePath": "",
"NotShared": 0,
"BuilderId": 1,
"CreatedDate": "2025-12-10T05:47:23.8664317+00:00",
"ModifiedDate": "2025-12-10T05:47:23.8664317+00:00",
"CreatedById": 10,
"ModifiedById": 11
}
]
application/xml, text/xml
Sample:
<ArrayOfWICOfConstructionAPIResultItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
<WICOfConstructionAPIResultItem>
<BuilderId>1</BuilderId>
<CreatedById>10</CreatedById>
<CreatedDate>2025-12-10T05:47:23.8664317+00:00</CreatedDate>
<ModifiedById>11</ModifiedById>
<ModifiedDate>2025-12-10T05:47:23.8664317+00:00</ModifiedDate>
<ConstructionId>1</ConstructionId>
<EmployeeId>4</EmployeeId>
<GroupId>3</GroupId>
<Name>sample string 6</Name>
<SupplierName>sample string 5</SupplierName>
<Tel>sample string 7</Tel>
<WICOfConstructionId>2</WICOfConstructionId>
</WICOfConstructionAPIResultItem>
<WICOfConstructionAPIResultItem>
<BuilderId>1</BuilderId>
<CreatedById>10</CreatedById>
<CreatedDate>2025-12-10T05:47:23.8664317+00:00</CreatedDate>
<ModifiedById>11</ModifiedById>
<ModifiedDate>2025-12-10T05:47:23.8664317+00:00</ModifiedDate>
<ConstructionId>1</ConstructionId>
<EmployeeId>4</EmployeeId>
<GroupId>3</GroupId>
<Name>sample string 6</Name>
<SupplierName>sample string 5</SupplierName>
<Tel>sample string 7</Tel>
<WICOfConstructionId>2</WICOfConstructionId>
</WICOfConstructionAPIResultItem>
</ArrayOfWICOfConstructionAPIResultItem>