POST api/Construction/Find

現場情報を条件を指定して検索

Request Information

URI Parameters

None.

Body Parameters

検索条件 "BuilderId": 会社ID "CustomerId"?: 顧客ID "PropertyId"?: 物件ID "Code"?: 現場コード "ConstructionName"?: 現場名(含む) "ConstructionClassificationId"?: 工事分類ID "EmployeeId"?: 担当社員ID "SiteStatusId"?: 現場状態ID "OccurredDateFrom"?: 発生日(以降) "OccurredDateTo"?: 発生日(以前) "ContractDateFrom"?: 契約日(以降) "ContractDateTo"?: 契約日(以前) "StartingDateFrom"?: 開始日(以降) "StartingDateTo"?: 開始日(以前) "CompletionDateFrom"?: 完了日(以降) "CompletionDateTo"?: 完了日(以前) "CanceledDateFrom"?: キャンセル日(以降) "CanceledDateTo"?: キャンセル日(以前) "ReleasedDateFrom"?: 解約日(以降) "ReleasedDateTo"?: 解約日(以前) "Content"?: 工事内容(含む) "Representative"?: 代表フラグ(1=代表、0=代表ではない)

ConstructionInformationAPISearch
NameDescriptionTypeAdditional information
CustomerId

integer

None.

PropertyId

integer

None.

ConstructionId

integer

None.

Code

string

None.

ConstructionName

string

None.

ConstructionClassificationId

integer

None.

ConstructionClassificationValue

string

None.

EmployeeId

integer

None.

SiteStatusId

integer

None.

SiteStatusValue

string

None.

ContractDate

date

None.

StartingDate

date

None.

CompletionDate

date

None.

CanceledDate

date

None.

ReleasedDate

date

None.

Amount

integer

None.

TaxRateId

integer

None.

TaxRateValue

string

None.

Tax

integer

None.

Content

string

None.

Remarks

string

None.

Representative

integer

None.

ContractDateFrom

date

None.

StartingDateFrom

date

None.

CompletionDateFrom

date

None.

CanceledDateFrom

date

None.

ReleasedDateFrom

date

None.

ContractDateTo

date

None.

StartingDateTo

date

None.

CompletionDateTo

date

None.

CanceledDateTo

date

None.

ReleasedDateTo

date

None.

BuilderId

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedById

integer

None.

ModifiedById

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "PropertyId": 1,
  "ConstructionId": 1,
  "Code": "sample string 1",
  "ConstructionName": "sample string 2",
  "ConstructionClassificationId": 1,
  "ConstructionClassificationValue": "sample string 3",
  "EmployeeId": 1,
  "SiteStatusId": 1,
  "SiteStatusValue": "sample string 4",
  "ContractDate": "2025-12-10T05:48:03.2652149+00:00",
  "StartingDate": "2025-12-10T05:48:03.2652149+00:00",
  "CompletionDate": "2025-12-10T05:48:03.2652149+00:00",
  "CanceledDate": "2025-12-10T05:48:03.2652149+00:00",
  "ReleasedDate": "2025-12-10T05:48:03.2652149+00:00",
  "Amount": 1,
  "TaxRateId": 1,
  "TaxRateValue": "sample string 5",
  "Tax": 1,
  "Content": "sample string 6",
  "Remarks": "sample string 7",
  "Representative": 1,
  "ContractDateFrom": "2025-12-10T05:48:03.2652149+00:00",
  "StartingDateFrom": "2025-12-10T05:48:03.2652149+00:00",
  "CompletionDateFrom": "2025-12-10T05:48:03.2652149+00:00",
  "CanceledDateFrom": "2025-12-10T05:48:03.2652149+00:00",
  "ReleasedDateFrom": "2025-12-10T05:48:03.2652149+00:00",
  "ContractDateTo": "2025-12-10T05:48:03.2652149+00:00",
  "StartingDateTo": "2025-12-10T05:48:03.2652149+00:00",
  "CompletionDateTo": "2025-12-10T05:48:03.2652149+00:00",
  "CanceledDateTo": "2025-12-10T05:48:03.2652149+00:00",
  "ReleasedDateTo": "2025-12-10T05:48:03.2652149+00:00",
  "BuilderId": 1,
  "CreatedDate": "2025-12-10T05:48:03.2652149+00:00",
  "ModifiedDate": "2025-12-10T05:48:03.2652149+00:00",
  "CreatedById": 10,
  "ModifiedById": 11
}

application/xml, text/xml

Sample:
<ConstructionInformationAPISearch 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:48:03.2652149+00:00</CreatedDate>
  <ModifiedById>11</ModifiedById>
  <ModifiedDate>2025-12-10T05:48:03.2652149+00:00</ModifiedDate>
  <Amount>1</Amount>
  <CanceledDate>2025-12-10T05:48:03.2652149+00:00</CanceledDate>
  <CanceledDateFrom>2025-12-10T05:48:03.2652149+00:00</CanceledDateFrom>
  <CanceledDateTo>2025-12-10T05:48:03.2652149+00:00</CanceledDateTo>
  <Code>sample string 1</Code>
  <CompletionDate>2025-12-10T05:48:03.2652149+00:00</CompletionDate>
  <CompletionDateFrom>2025-12-10T05:48:03.2652149+00:00</CompletionDateFrom>
  <CompletionDateTo>2025-12-10T05:48:03.2652149+00:00</CompletionDateTo>
  <ConstructionClassificationId>1</ConstructionClassificationId>
  <ConstructionClassificationValue>sample string 3</ConstructionClassificationValue>
  <ConstructionId>1</ConstructionId>
  <ConstructionName>sample string 2</ConstructionName>
  <Content>sample string 6</Content>
  <ContractDate>2025-12-10T05:48:03.2652149+00:00</ContractDate>
  <ContractDateFrom>2025-12-10T05:48:03.2652149+00:00</ContractDateFrom>
  <ContractDateTo>2025-12-10T05:48:03.2652149+00:00</ContractDateTo>
  <CustomerId>1</CustomerId>
  <EmployeeId>1</EmployeeId>
  <PropertyId>1</PropertyId>
  <ReleasedDate>2025-12-10T05:48:03.2652149+00:00</ReleasedDate>
  <ReleasedDateFrom>2025-12-10T05:48:03.2652149+00:00</ReleasedDateFrom>
  <ReleasedDateTo>2025-12-10T05:48:03.2652149+00:00</ReleasedDateTo>
  <Remarks>sample string 7</Remarks>
  <Representative>1</Representative>
  <SiteStatusId>1</SiteStatusId>
  <SiteStatusValue>sample string 4</SiteStatusValue>
  <StartingDate>2025-12-10T05:48:03.2652149+00:00</StartingDate>
  <StartingDateFrom>2025-12-10T05:48:03.2652149+00:00</StartingDateFrom>
  <StartingDateTo>2025-12-10T05:48:03.2652149+00:00</StartingDateTo>
  <Tax>1</Tax>
  <TaxRateId>1</TaxRateId>
  <TaxRateValue>sample string 5</TaxRateValue>
</ConstructionInformationAPISearch>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

data[n] "BuilderId": 会社ID "CustomerId": 顧客ID "PropertyId": 物件ID "ConstructionId": 現場ID "Code": 現場コード "ConstructionName": 現場名 "ConstructionClassificationId": 工事分類ID "ConstructionClassificationValue": 工事分類名 "EmployeeId": 担当社員ID "SiteStatusId": 現場ステータスID "SiteStatusValue": 現場ステータス名 "OccurredDate": 発生日 "ContractDate": 契約日 "StartingDate": 開始日 "CompletionDate": 完了日 "CanceledDate": キャンセル日 "ReleasedDate": 解約日 "Amount": 金額 "TaxRateId": 税率ID "TaxRateValue": 税率 "Tax": 税額 "Content": 工事内容 "Remarks": 備考 "Representative": 物件の代表工事かのフラグ(1=代表、0=代表ではない) "CreatedDate": 登録日時 "ModifiedDate": 最終更新日時 "CreatedById": 作成者ID "ModifiedById": 更新者ID count 件数

Collection of ConstructionInformationAPI
NameDescriptionTypeAdditional information
CustomerId

integer

None.

PropertyId

integer

None.

ConstructionId

integer

None.

Code

string

None.

ConstructionName

string

None.

ConstructionClassificationId

integer

None.

ConstructionClassificationValue

string

None.

EmployeeId

integer

None.

SiteStatusId

integer

None.

SiteStatusValue

string

None.

OccurredDate

date

None.

ContractDate

date

None.

StartingDate

date

None.

CompletionDate

date

None.

Amount

integer

None.

TaxRateId

integer

None.

TaxRateValue

string

None.

Tax

integer

None.

Content

string

None.

Remarks

string

None.

Representative

integer

None.

CanceledDate

date

None.

ReleasedDate

date

None.

StoreName

string

None.

StoreAddress

string

None.

StoreTel

string

None.

StoreFax

string

None.

RepresentativeFileId

integer

None.

TotalFileCount

integer

None.

LimitFileCount

integer

None.

DateOfPlanningOfConstruction

date

None.

DateOfPlanningOfCompletion

date

None.

BuilderId

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedById

integer

None.

ModifiedById

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CustomerId": 1,
    "PropertyId": 1,
    "ConstructionId": 1,
    "Code": "sample string 1",
    "ConstructionName": "sample string 2",
    "ConstructionClassificationId": 1,
    "ConstructionClassificationValue": "sample string 3",
    "EmployeeId": 1,
    "SiteStatusId": 1,
    "SiteStatusValue": "sample string 4",
    "OccurredDate": "2025-12-10T05:48:03.280836+00:00",
    "ContractDate": "2025-12-10T05:48:03.280836+00:00",
    "StartingDate": "2025-12-10T05:48:03.280836+00:00",
    "CompletionDate": "2025-12-10T05:48:03.280836+00:00",
    "Amount": 1,
    "TaxRateId": 1,
    "TaxRateValue": "sample string 5",
    "Tax": 1,
    "Content": "sample string 6",
    "Remarks": "sample string 7",
    "Representative": 1,
    "CanceledDate": "2025-12-10T05:48:03.280836+00:00",
    "ReleasedDate": "2025-12-10T05:48:03.280836+00:00",
    "StoreName": "sample string 8",
    "StoreAddress": "sample string 9",
    "StoreTel": "sample string 10",
    "StoreFax": "sample string 11",
    "RepresentativeFileId": null,
    "TotalFileCount": 1,
    "LimitFileCount": 0,
    "DateOfPlanningOfConstruction": null,
    "DateOfPlanningOfCompletion": null,
    "BuilderId": 1,
    "CreatedDate": "2025-12-10T05:48:03.280836+00:00",
    "ModifiedDate": "2025-12-10T05:48:03.280836+00:00",
    "CreatedById": 14,
    "ModifiedById": 15
  },
  {
    "CustomerId": 1,
    "PropertyId": 1,
    "ConstructionId": 1,
    "Code": "sample string 1",
    "ConstructionName": "sample string 2",
    "ConstructionClassificationId": 1,
    "ConstructionClassificationValue": "sample string 3",
    "EmployeeId": 1,
    "SiteStatusId": 1,
    "SiteStatusValue": "sample string 4",
    "OccurredDate": "2025-12-10T05:48:03.280836+00:00",
    "ContractDate": "2025-12-10T05:48:03.280836+00:00",
    "StartingDate": "2025-12-10T05:48:03.280836+00:00",
    "CompletionDate": "2025-12-10T05:48:03.280836+00:00",
    "Amount": 1,
    "TaxRateId": 1,
    "TaxRateValue": "sample string 5",
    "Tax": 1,
    "Content": "sample string 6",
    "Remarks": "sample string 7",
    "Representative": 1,
    "CanceledDate": "2025-12-10T05:48:03.280836+00:00",
    "ReleasedDate": "2025-12-10T05:48:03.280836+00:00",
    "StoreName": "sample string 8",
    "StoreAddress": "sample string 9",
    "StoreTel": "sample string 10",
    "StoreFax": "sample string 11",
    "RepresentativeFileId": null,
    "TotalFileCount": 1,
    "LimitFileCount": 0,
    "DateOfPlanningOfConstruction": null,
    "DateOfPlanningOfCompletion": null,
    "BuilderId": 1,
    "CreatedDate": "2025-12-10T05:48:03.280836+00:00",
    "ModifiedDate": "2025-12-10T05:48:03.280836+00:00",
    "CreatedById": 14,
    "ModifiedById": 15
  }
]

application/xml, text/xml

Sample:
<ArrayOfConstructionInformationAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
  <ConstructionInformationAPI>
    <BuilderId>1</BuilderId>
    <CreatedById>14</CreatedById>
    <CreatedDate>2025-12-10T05:48:03.280836+00:00</CreatedDate>
    <ModifiedById>15</ModifiedById>
    <ModifiedDate>2025-12-10T05:48:03.280836+00:00</ModifiedDate>
    <Amount>1</Amount>
    <CanceledDate>2025-12-10T05:48:03.280836+00:00</CanceledDate>
    <Code>sample string 1</Code>
    <CompletionDate>2025-12-10T05:48:03.280836+00:00</CompletionDate>
    <ConstructionClassificationId>1</ConstructionClassificationId>
    <ConstructionClassificationValue>sample string 3</ConstructionClassificationValue>
    <ConstructionId>1</ConstructionId>
    <ConstructionName>sample string 2</ConstructionName>
    <Content>sample string 6</Content>
    <ContractDate>2025-12-10T05:48:03.280836+00:00</ContractDate>
    <CustomerId>1</CustomerId>
    <EmployeeId>1</EmployeeId>
    <OccurredDate>2025-12-10T05:48:03.280836+00:00</OccurredDate>
    <PropertyId>1</PropertyId>
    <ReleasedDate>2025-12-10T05:48:03.280836+00:00</ReleasedDate>
    <Remarks>sample string 7</Remarks>
    <Representative>1</Representative>
    <SiteStatusId>1</SiteStatusId>
    <SiteStatusValue>sample string 4</SiteStatusValue>
    <StartingDate>2025-12-10T05:48:03.280836+00:00</StartingDate>
    <StoreAddress>sample string 9</StoreAddress>
    <StoreFax>sample string 11</StoreFax>
    <StoreName>sample string 8</StoreName>
    <StoreTel>sample string 10</StoreTel>
    <Tax>1</Tax>
    <TaxRateId>1</TaxRateId>
    <TaxRateValue>sample string 5</TaxRateValue>
    <TotalFileCount>1</TotalFileCount>
  </ConstructionInformationAPI>
  <ConstructionInformationAPI>
    <BuilderId>1</BuilderId>
    <CreatedById>14</CreatedById>
    <CreatedDate>2025-12-10T05:48:03.280836+00:00</CreatedDate>
    <ModifiedById>15</ModifiedById>
    <ModifiedDate>2025-12-10T05:48:03.280836+00:00</ModifiedDate>
    <Amount>1</Amount>
    <CanceledDate>2025-12-10T05:48:03.280836+00:00</CanceledDate>
    <Code>sample string 1</Code>
    <CompletionDate>2025-12-10T05:48:03.280836+00:00</CompletionDate>
    <ConstructionClassificationId>1</ConstructionClassificationId>
    <ConstructionClassificationValue>sample string 3</ConstructionClassificationValue>
    <ConstructionId>1</ConstructionId>
    <ConstructionName>sample string 2</ConstructionName>
    <Content>sample string 6</Content>
    <ContractDate>2025-12-10T05:48:03.280836+00:00</ContractDate>
    <CustomerId>1</CustomerId>
    <EmployeeId>1</EmployeeId>
    <OccurredDate>2025-12-10T05:48:03.280836+00:00</OccurredDate>
    <PropertyId>1</PropertyId>
    <ReleasedDate>2025-12-10T05:48:03.280836+00:00</ReleasedDate>
    <Remarks>sample string 7</Remarks>
    <Representative>1</Representative>
    <SiteStatusId>1</SiteStatusId>
    <SiteStatusValue>sample string 4</SiteStatusValue>
    <StartingDate>2025-12-10T05:48:03.280836+00:00</StartingDate>
    <StoreAddress>sample string 9</StoreAddress>
    <StoreFax>sample string 11</StoreFax>
    <StoreName>sample string 8</StoreName>
    <StoreTel>sample string 10</StoreTel>
    <Tax>1</Tax>
    <TaxRateId>1</TaxRateId>
    <TaxRateValue>sample string 5</TaxRateValue>
    <TotalFileCount>1</TotalFileCount>
  </ConstructionInformationAPI>
</ArrayOfConstructionInformationAPI>