POST api/PICOfConstruction/Find
Request Information
URI Parameters
None.
Body Parameters
PICOfConstructionAPISearch| Name | Description | Type | Additional information |
|---|---|---|---|
| ConstructionId | integer |
None. |
|
| PICOfConstructionId | integer |
None. |
|
| EmployeeId | 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,
"PICOfConstructionId": 1,
"EmployeeId": 1,
"BuilderId": 1,
"CreatedDate": "2025-12-10T05:47:24.3290756+00:00",
"ModifiedDate": "2025-12-10T05:47:24.3290756+00:00",
"CreatedById": 3,
"ModifiedById": 4
}
application/xml, text/xml
Sample:
<PICOfConstructionAPISearch 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:24.3290756+00:00</CreatedDate> <ModifiedById>4</ModifiedById> <ModifiedDate>2025-12-10T05:47:24.3290756+00:00</ModifiedDate> <ConstructionId>1</ConstructionId> <EmployeeId>1</EmployeeId> <PICOfConstructionId>1</PICOfConstructionId> </PICOfConstructionAPISearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PICOfConstructionAPI| Name | Description | Type | Additional information |
|---|---|---|---|
| ConstructionId | integer |
None. |
|
| PICOfConstructionId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| Name | string |
None. |
|
| Tel | string |
None. |
|
| ThumbnailFilePath | string |
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,
"PICOfConstructionId": 1,
"EmployeeId": 1,
"Name": "sample string 1",
"Tel": "sample string 2",
"ThumbnailFilePath": "",
"BuilderId": 1,
"CreatedDate": "2025-12-10T05:47:24.3290756+00:00",
"ModifiedDate": "2025-12-10T05:47:24.3290756+00:00",
"CreatedById": 5,
"ModifiedById": 6
},
{
"ConstructionId": 1,
"PICOfConstructionId": 1,
"EmployeeId": 1,
"Name": "sample string 1",
"Tel": "sample string 2",
"ThumbnailFilePath": "",
"BuilderId": 1,
"CreatedDate": "2025-12-10T05:47:24.3290756+00:00",
"ModifiedDate": "2025-12-10T05:47:24.3290756+00:00",
"CreatedById": 5,
"ModifiedById": 6
}
]
application/xml, text/xml
Sample:
<ArrayOfPICOfConstructionAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
<PICOfConstructionAPI>
<BuilderId>1</BuilderId>
<CreatedById>5</CreatedById>
<CreatedDate>2025-12-10T05:47:24.3290756+00:00</CreatedDate>
<ModifiedById>6</ModifiedById>
<ModifiedDate>2025-12-10T05:47:24.3290756+00:00</ModifiedDate>
<ConstructionId>1</ConstructionId>
<EmployeeId>1</EmployeeId>
<Name>sample string 1</Name>
<PICOfConstructionId>1</PICOfConstructionId>
<Tel>sample string 2</Tel>
</PICOfConstructionAPI>
<PICOfConstructionAPI>
<BuilderId>1</BuilderId>
<CreatedById>5</CreatedById>
<CreatedDate>2025-12-10T05:47:24.3290756+00:00</CreatedDate>
<ModifiedById>6</ModifiedById>
<ModifiedDate>2025-12-10T05:47:24.3290756+00:00</ModifiedDate>
<ConstructionId>1</ConstructionId>
<EmployeeId>1</EmployeeId>
<Name>sample string 1</Name>
<PICOfConstructionId>1</PICOfConstructionId>
<Tel>sample string 2</Tel>
</PICOfConstructionAPI>
</ArrayOfPICOfConstructionAPI>