POST api/Order/Find

発注情報の検索

Request Information

URI Parameters

None.

Body Parameters

"BuilderId": 会社ID "ConstructionId": 工事ID "OrderId": 発注ID "GroupId": グループID "OrderStatusId": 発注ステータス(ID) "Title": 表題 "CompleteDateFrom": 工事完了日(FROM) "CompleteDateTo": 工事完了日(TO) "BillDateFrom": 請求日(FROM) "BillDateTo": 請求日(TO) "OrderDateFrom": 発注日(FROM) "OrderDateTo": 発注日(TO) "CanceledDateFrom": 取消日(FROM) "CanceledDateTo": 取消日(TO) "DeliveryAddress": 納品住所 "ResponsibleId": 担当者 "ResponsibleId2": 担当者2 "ConstructionPeriod": 工期 "ApprovedDateFrom": 請負承認日 (FROM) "ApprovedDateTo": 請負承認日 (TO)

OrderAPISearch
NameDescriptionTypeAdditional information
ConstructionId

integer

None.

GroupId

integer

None.

YearMonth

integer

None.

OrderStatusId

integer

None.

Title

string

None.

CompleteDateFrom

date

None.

CompleteDateTo

date

None.

BillDateFrom

date

None.

BillDateTo

date

None.

DeliveryAddress

string

None.

ResponsibleId

integer

None.

Responsible2Id

integer

None.

ConstructionPeriod

string

None.

DateOfPlanningOfConstruction

string

None.

OrderDateFrom

date

None.

OrderDateTo

date

None.

ApprovedDateFrom

date

None.

ApprovedDateTo

date

None.

CompletionApprovalDateFlg

boolean

None.

NonApprovalByBuilder

boolean

None.

NonApprovalBySupplier

boolean

None.

RequireComment

boolean

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,
  "GroupId": 1,
  "YearMonth": 1,
  "OrderStatusId": 1,
  "Title": "sample string 1",
  "CompleteDateFrom": "2025-12-10T05:47:04.8455283+00:00",
  "CompleteDateTo": "2025-12-10T05:47:04.8455283+00:00",
  "BillDateFrom": "2025-12-10T05:47:04.8455283+00:00",
  "BillDateTo": "2025-12-10T05:47:04.8455283+00:00",
  "DeliveryAddress": "sample string 2",
  "ResponsibleId": 1,
  "Responsible2Id": 1,
  "ConstructionPeriod": "sample string 3",
  "DateOfPlanningOfConstruction": "sample string 4",
  "OrderDateFrom": "2025-12-10T05:47:04.8455283+00:00",
  "OrderDateTo": "2025-12-10T05:47:04.8455283+00:00",
  "ApprovedDateFrom": "2025-12-10T05:47:04.8455283+00:00",
  "ApprovedDateTo": "2025-12-10T05:47:04.8455283+00:00",
  "CompletionApprovalDateFlg": true,
  "NonApprovalByBuilder": true,
  "NonApprovalBySupplier": true,
  "RequireComment": true,
  "BuilderId": 1,
  "CreatedDate": "2025-12-10T05:47:04.8455283+00:00",
  "ModifiedDate": "2025-12-10T05:47:04.8455283+00:00",
  "CreatedById": 7,
  "ModifiedById": 8
}

application/xml, text/xml

Sample:
<OrderAPISearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
  <BuilderId>1</BuilderId>
  <CreatedById>7</CreatedById>
  <CreatedDate>2025-12-10T05:47:04.8455283+00:00</CreatedDate>
  <ModifiedById>8</ModifiedById>
  <ModifiedDate>2025-12-10T05:47:04.8455283+00:00</ModifiedDate>
  <ApprovedDateFrom>2025-12-10T05:47:04.8455283+00:00</ApprovedDateFrom>
  <ApprovedDateTo>2025-12-10T05:47:04.8455283+00:00</ApprovedDateTo>
  <BillDateFrom>2025-12-10T05:47:04.8455283+00:00</BillDateFrom>
  <BillDateTo>2025-12-10T05:47:04.8455283+00:00</BillDateTo>
  <CompleteDateFrom>2025-12-10T05:47:04.8455283+00:00</CompleteDateFrom>
  <CompleteDateTo>2025-12-10T05:47:04.8455283+00:00</CompleteDateTo>
  <CompletionApprovalDateFlg>true</CompletionApprovalDateFlg>
  <ConstructionId>1</ConstructionId>
  <ConstructionPeriod>sample string 3</ConstructionPeriod>
  <DateOfPlanningOfConstruction>sample string 4</DateOfPlanningOfConstruction>
  <DeliveryAddress>sample string 2</DeliveryAddress>
  <GroupId>1</GroupId>
  <NonApprovalByBuilder>true</NonApprovalByBuilder>
  <NonApprovalBySupplier>true</NonApprovalBySupplier>
  <OrderDateFrom>2025-12-10T05:47:04.8455283+00:00</OrderDateFrom>
  <OrderDateTo>2025-12-10T05:47:04.8455283+00:00</OrderDateTo>
  <OrderStatusId>1</OrderStatusId>
  <RequireComment>true</RequireComment>
  <Responsible2Id>1</Responsible2Id>
  <ResponsibleId>1</ResponsibleId>
  <Title>sample string 1</Title>
  <YearMonth>1</YearMonth>
</OrderAPISearch>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

data[n] "BuilderId": 会社ID "ConstructionId": 工事ID "OrderId": 発注ID "GroupId": グループID "Title": 表題 "TaxRateId": 税率(ID) "TaxRateValue": 税率(値) "TotalAmount": 税込金額 "ExcludeTaxAmount": 税抜金額 "TaxAmount": 税額 "CompleteDate": 工事完了日 "BillDate": 請求日 "AdjustAmount": 調整額 "AdjustReason": 調整理由 "OrderStatusId": 発注ステータス(ID) "OrderStatusValue": 発注ステータス(名称) "OrderContent": 発注内容 "Remarks": 注意事項 "OrderDate": 発注日 "CanceledDate": 取消日 "DeliveryAddress": 納品住所 "ResponsibleId": 担当者 "ResponsibleName": 担当者名 "ResponsibleId2": 担当者2 "ResponsibleName2": 担当者名2 "ConstructionPeriod": 工期 "DateOfPlanningOfConstruction":工事着工予定日 "DateOfPlanningOfCompletion":工事完了予定日 "Toilet":トイレ "ToiletRemarks":トイレ備考 "WithOrWithoutOfKeyBox":キーボックス有無 "KeyBoxLocation":キーボックス設置場所 "Number":ナンバー "ApprovedDate": 請負承認日 "CreatedDate": 登録日時 "ModifiedDate": 更新日時 "CreatedById": 登録者ID "ModifiedById": 更新者ID count n

Collection of OrderAPI
NameDescriptionTypeAdditional information
OrderId

integer

None.

ConstructionId

integer

None.

GroupId

integer

None.

Title

string

None.

TaxRateId

integer

None.

TaxRateValue

decimal number

None.

OrderStatusId

integer

None.

OrderStatusValue

string

None.

YearMonth

integer

None.

OrderDate

date

None.

CanceledDate

date

None.

CompleteDate

date

None.

AdjustReason

string

None.

AdjustAmount

decimal number

None.

TotalAmount

decimal number

None.

TaxAmount

decimal number

None.

ExcludeTaxAmount

decimal number

None.

BillDate

date

None.

MailSend

integer

None.

EmployeeId

string

None.

OrderContent

string

None.

Remarks

string

None.

DeliveryAddress

string

None.

ResponsibleId

integer

None.

ResponsibleName

string

None.

Responsible2Id

integer

None.

Responsible2Name

string

None.

ConstructionPeriod

string

None.

DateOfPlanningOfConstruction

string

None.

DateOfPlanningOfCompletion

string

None.

Toilet

string

None.

ToiletRemarks

string

None.

WithOrWithoutOfKeyBox

string

None.

KeyBoxLocation

string

None.

Number

string

None.

ApprovedDate

date

None.

SupplierName

string

None.

CompletionApprovalDate

date

None.

NonApprovalByBuilder

boolean

None.

NonApprovalBySupplier

boolean

None.

Comment

string

None.

BuilderId

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedById

integer

None.

ModifiedById

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OrderId": 1,
    "ConstructionId": 1,
    "GroupId": 2,
    "Title": "sample string 3",
    "TaxRateId": 4,
    "TaxRateValue": 5.0,
    "OrderStatusId": 6,
    "OrderStatusValue": "sample string 7",
    "YearMonth": 8,
    "OrderDate": "2025-12-10T05:47:04.8767784+00:00",
    "CanceledDate": "2025-12-10T05:47:04.8767784+00:00",
    "CompleteDate": "2025-12-10T05:47:04.8767784+00:00",
    "AdjustReason": "sample string 9",
    "AdjustAmount": 10.0,
    "TotalAmount": 11.0,
    "TaxAmount": 12.0,
    "ExcludeTaxAmount": 13.0,
    "BillDate": "2025-12-10T05:47:04.8767784+00:00",
    "MailSend": 14,
    "EmployeeId": "sample string 15",
    "OrderContent": "sample string 16",
    "Remarks": "sample string 17",
    "DeliveryAddress": "sample string 18",
    "ResponsibleId": 1,
    "ResponsibleName": "sample string 19",
    "Responsible2Id": 1,
    "Responsible2Name": "sample string 20",
    "ConstructionPeriod": "sample str",
    "DateOfPlanningOfConstruction": "sample str",
    "DateOfPlanningOfCompletion": "sample str",
    "Toilet": "sample string 24",
    "ToiletRemarks": "sample string 25",
    "WithOrWithoutOfKeyBox": "sample string 26",
    "KeyBoxLocation": "sample string 27",
    "Number": "sample string 28",
    "ApprovedDate": "2025-12-10T05:47:04.8767784+00:00",
    "SupplierName": "sample string 29",
    "CompletionApprovalDate": "2025-12-10T05:47:04.8767784+00:00",
    "NonApprovalByBuilder": true,
    "NonApprovalBySupplier": true,
    "Comment": "sample string 32",
    "BuilderId": 1,
    "CreatedDate": "2025-12-10T05:47:04.8767784+00:00",
    "ModifiedDate": "2025-12-10T05:47:04.8767784+00:00",
    "CreatedById": 35,
    "ModifiedById": 36
  },
  {
    "OrderId": 1,
    "ConstructionId": 1,
    "GroupId": 2,
    "Title": "sample string 3",
    "TaxRateId": 4,
    "TaxRateValue": 5.0,
    "OrderStatusId": 6,
    "OrderStatusValue": "sample string 7",
    "YearMonth": 8,
    "OrderDate": "2025-12-10T05:47:04.8767784+00:00",
    "CanceledDate": "2025-12-10T05:47:04.8767784+00:00",
    "CompleteDate": "2025-12-10T05:47:04.8767784+00:00",
    "AdjustReason": "sample string 9",
    "AdjustAmount": 10.0,
    "TotalAmount": 11.0,
    "TaxAmount": 12.0,
    "ExcludeTaxAmount": 13.0,
    "BillDate": "2025-12-10T05:47:04.8767784+00:00",
    "MailSend": 14,
    "EmployeeId": "sample string 15",
    "OrderContent": "sample string 16",
    "Remarks": "sample string 17",
    "DeliveryAddress": "sample string 18",
    "ResponsibleId": 1,
    "ResponsibleName": "sample string 19",
    "Responsible2Id": 1,
    "Responsible2Name": "sample string 20",
    "ConstructionPeriod": "sample str",
    "DateOfPlanningOfConstruction": "sample str",
    "DateOfPlanningOfCompletion": "sample str",
    "Toilet": "sample string 24",
    "ToiletRemarks": "sample string 25",
    "WithOrWithoutOfKeyBox": "sample string 26",
    "KeyBoxLocation": "sample string 27",
    "Number": "sample string 28",
    "ApprovedDate": "2025-12-10T05:47:04.8767784+00:00",
    "SupplierName": "sample string 29",
    "CompletionApprovalDate": "2025-12-10T05:47:04.8767784+00:00",
    "NonApprovalByBuilder": true,
    "NonApprovalBySupplier": true,
    "Comment": "sample string 32",
    "BuilderId": 1,
    "CreatedDate": "2025-12-10T05:47:04.8767784+00:00",
    "ModifiedDate": "2025-12-10T05:47:04.8767784+00:00",
    "CreatedById": 35,
    "ModifiedById": 36
  }
]

application/xml, text/xml

Sample:
<ArrayOfOrderAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
  <OrderAPI>
    <BuilderId>1</BuilderId>
    <CreatedById>35</CreatedById>
    <CreatedDate>2025-12-10T05:47:04.8767784+00:00</CreatedDate>
    <ModifiedById>36</ModifiedById>
    <ModifiedDate>2025-12-10T05:47:04.8767784+00:00</ModifiedDate>
    <AdjustAmount>10</AdjustAmount>
    <AdjustReason>sample string 9</AdjustReason>
    <ApprovedDate>2025-12-10T05:47:04.8767784+00:00</ApprovedDate>
    <BillDate>2025-12-10T05:47:04.8767784+00:00</BillDate>
    <CanceledDate>2025-12-10T05:47:04.8767784+00:00</CanceledDate>
    <Comment>sample string 32</Comment>
    <CompleteDate>2025-12-10T05:47:04.8767784+00:00</CompleteDate>
    <CompletionApprovalDate>2025-12-10T05:47:04.8767784+00:00</CompletionApprovalDate>
    <ConstructionId>1</ConstructionId>
    <ConstructionPeriod>sample str</ConstructionPeriod>
    <DateOfPlanningOfCompletion>sample str</DateOfPlanningOfCompletion>
    <DateOfPlanningOfConstruction>sample str</DateOfPlanningOfConstruction>
    <DeliveryAddress>sample string 18</DeliveryAddress>
    <EmployeeId>sample string 15</EmployeeId>
    <ExcludeTaxAmount>13</ExcludeTaxAmount>
    <GroupId>2</GroupId>
    <KeyBoxLocation>sample string 27</KeyBoxLocation>
    <MailSend>14</MailSend>
    <NonApprovalByBuilder>true</NonApprovalByBuilder>
    <NonApprovalBySupplier>true</NonApprovalBySupplier>
    <Number>sample string 28</Number>
    <OrderContent>sample string 16</OrderContent>
    <OrderDate>2025-12-10T05:47:04.8767784+00:00</OrderDate>
    <OrderId>1</OrderId>
    <OrderStatusId>6</OrderStatusId>
    <OrderStatusValue>sample string 7</OrderStatusValue>
    <Remarks>sample string 17</Remarks>
    <Responsible2Id>1</Responsible2Id>
    <Responsible2Name>sample string 20</Responsible2Name>
    <ResponsibleId>1</ResponsibleId>
    <ResponsibleName>sample string 19</ResponsibleName>
    <SupplierName>sample string 29</SupplierName>
    <TaxAmount>12</TaxAmount>
    <TaxRateId>4</TaxRateId>
    <TaxRateValue>5</TaxRateValue>
    <Title>sample string 3</Title>
    <Toilet>sample string 24</Toilet>
    <ToiletRemarks>sample string 25</ToiletRemarks>
    <TotalAmount>11</TotalAmount>
    <WithOrWithoutOfKeyBox>sample string 26</WithOrWithoutOfKeyBox>
    <YearMonth>8</YearMonth>
  </OrderAPI>
  <OrderAPI>
    <BuilderId>1</BuilderId>
    <CreatedById>35</CreatedById>
    <CreatedDate>2025-12-10T05:47:04.8767784+00:00</CreatedDate>
    <ModifiedById>36</ModifiedById>
    <ModifiedDate>2025-12-10T05:47:04.8767784+00:00</ModifiedDate>
    <AdjustAmount>10</AdjustAmount>
    <AdjustReason>sample string 9</AdjustReason>
    <ApprovedDate>2025-12-10T05:47:04.8767784+00:00</ApprovedDate>
    <BillDate>2025-12-10T05:47:04.8767784+00:00</BillDate>
    <CanceledDate>2025-12-10T05:47:04.8767784+00:00</CanceledDate>
    <Comment>sample string 32</Comment>
    <CompleteDate>2025-12-10T05:47:04.8767784+00:00</CompleteDate>
    <CompletionApprovalDate>2025-12-10T05:47:04.8767784+00:00</CompletionApprovalDate>
    <ConstructionId>1</ConstructionId>
    <ConstructionPeriod>sample str</ConstructionPeriod>
    <DateOfPlanningOfCompletion>sample str</DateOfPlanningOfCompletion>
    <DateOfPlanningOfConstruction>sample str</DateOfPlanningOfConstruction>
    <DeliveryAddress>sample string 18</DeliveryAddress>
    <EmployeeId>sample string 15</EmployeeId>
    <ExcludeTaxAmount>13</ExcludeTaxAmount>
    <GroupId>2</GroupId>
    <KeyBoxLocation>sample string 27</KeyBoxLocation>
    <MailSend>14</MailSend>
    <NonApprovalByBuilder>true</NonApprovalByBuilder>
    <NonApprovalBySupplier>true</NonApprovalBySupplier>
    <Number>sample string 28</Number>
    <OrderContent>sample string 16</OrderContent>
    <OrderDate>2025-12-10T05:47:04.8767784+00:00</OrderDate>
    <OrderId>1</OrderId>
    <OrderStatusId>6</OrderStatusId>
    <OrderStatusValue>sample string 7</OrderStatusValue>
    <Remarks>sample string 17</Remarks>
    <Responsible2Id>1</Responsible2Id>
    <Responsible2Name>sample string 20</Responsible2Name>
    <ResponsibleId>1</ResponsibleId>
    <ResponsibleName>sample string 19</ResponsibleName>
    <SupplierName>sample string 29</SupplierName>
    <TaxAmount>12</TaxAmount>
    <TaxRateId>4</TaxRateId>
    <TaxRateValue>5</TaxRateValue>
    <Title>sample string 3</Title>
    <Toilet>sample string 24</Toilet>
    <ToiletRemarks>sample string 25</ToiletRemarks>
    <TotalAmount>11</TotalAmount>
    <WithOrWithoutOfKeyBox>sample string 26</WithOrWithoutOfKeyBox>
    <YearMonth>8</YearMonth>
  </OrderAPI>
</ArrayOfOrderAPI>