POST api/Order/Update
発注情報の更新。 カスタマイズ版では発注ステータスのみ変更する
Request Information
URI Parameters
None.
Body Parameters
"BuilderId": 会社ID "ConstructionId": 工事ID "OrderId": 発注ID "GroupId": グループID "Title": 表題 ※更新しない "TaxRateId": 税率(ID) ※更新しない "OrderStatusId": 発注ステータス(ID) "MailSend": メール通知 "EmployeeId"?: 社員(職人)(ID) "CompleteDate"?: 工事完了日 "AdjustReason"?: 調整理由 ※更新しない "AdjustAmount"?: 調整額 ※更新しない "OrderContent"?: 発注内容 ※更新しない "Remarks"?: 注意事項 ※更新しない "OrderDate": 発注日 ※更新しない "CanceledDate"?: 取消日 ※更新しない "DeliveryAddress"?: 納品住所 ※更新しない "ResponsibleId"?: 担当者 ※更新しない "ResponsibleId2"?: 担当者2 ※更新しない "ConstructionPeriod"?: 工期 ※更新しない
OrderAPIUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| ConstructionId | integer |
None. |
|
| OrderId | integer |
None. |
|
| GroupId | integer |
None. |
|
| Title | string |
None. |
|
| TaxRateId | integer |
None. |
|
| OrderStatusId | integer |
None. |
|
| MailSend | integer |
None. |
|
| EmployeeId | string |
None. |
|
| CompleteDate | date |
None. |
|
| BillDate | date |
None. |
|
| AdjustReason | string |
None. |
|
| AdjustAmount | decimal number |
None. |
|
| OrderContent | string |
None. |
|
| Remarks | string |
None. |
|
| OrderDate | date |
None. |
|
| CanceledDate | date |
None. |
|
| DeliveryAddress | string |
None. |
|
| ResponsibleId | integer |
None. |
|
| ResponsibleId2 | integer |
None. |
|
| ConstructionPeriod | string |
None. |
|
| BuilderId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedById | integer |
None. |
|
| ModifiedById | integer |
None. |
Request Formats
application/json, text/json
{
"ConstructionId": 1,
"OrderId": 1,
"GroupId": 1,
"Title": "sample string 1",
"TaxRateId": 1,
"OrderStatusId": 1,
"MailSend": 1,
"EmployeeId": "sample string 2",
"CompleteDate": "2025-12-10T05:47:09.2683924+00:00",
"BillDate": "2025-12-10T05:47:09.2683924+00:00",
"AdjustReason": "sample string 3",
"AdjustAmount": 1.0,
"OrderContent": "sample string 4",
"Remarks": "sample string 5",
"OrderDate": "2025-12-10T05:47:09.2683924+00:00",
"CanceledDate": "2025-12-10T05:47:09.2683924+00:00",
"DeliveryAddress": "sample string 6",
"ResponsibleId": 1,
"ResponsibleId2": 1,
"ConstructionPeriod": "sample string 7",
"BuilderId": 1,
"CreatedDate": "2025-12-10T05:47:09.2683924+00:00",
"ModifiedDate": "2025-12-10T05:47:09.2683924+00:00",
"CreatedById": 10,
"ModifiedById": 11
}
application/xml, text/xml
<OrderAPIUpdate 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:09.2683924+00:00</CreatedDate> <ModifiedById>11</ModifiedById> <ModifiedDate>2025-12-10T05:47:09.2683924+00:00</ModifiedDate> <AdjustAmount>1</AdjustAmount> <AdjustReason>sample string 3</AdjustReason> <BillDate>2025-12-10T05:47:09.2683924+00:00</BillDate> <CanceledDate>2025-12-10T05:47:09.2683924+00:00</CanceledDate> <CompleteDate>2025-12-10T05:47:09.2683924+00:00</CompleteDate> <ConstructionId>1</ConstructionId> <ConstructionPeriod>sample string 7</ConstructionPeriod> <DeliveryAddress>sample string 6</DeliveryAddress> <EmployeeId>sample string 2</EmployeeId> <GroupId>1</GroupId> <MailSend>1</MailSend> <OrderContent>sample string 4</OrderContent> <OrderDate>2025-12-10T05:47:09.2683924+00:00</OrderDate> <OrderId>1</OrderId> <OrderStatusId>1</OrderStatusId> <Remarks>sample string 5</Remarks> <ResponsibleId>1</ResponsibleId> <ResponsibleId2>1</ResponsibleId2> <TaxRateId>1</TaxRateId> <Title>sample string 1</Title> </OrderAPIUpdate>
application/x-www-form-urlencoded
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. |