POST api/Construction/Add

現場情報を追加する

Request Information

URI Parameters

None.

Body Parameters

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.

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",
  "OccurredDate": "2025-12-10T05:48:05.0225361+00:00",
  "ContractDate": "2025-12-10T05:48:05.0225361+00:00",
  "StartingDate": "2025-12-10T05:48:05.0225361+00:00",
  "CompletionDate": "2025-12-10T05:48:05.0225361+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:05.0225361+00:00",
  "ReleasedDate": "2025-12-10T05:48:05.0225361+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:05.0225361+00:00",
  "ModifiedDate": "2025-12-10T05:48:05.0225361+00:00",
  "CreatedById": 14,
  "ModifiedById": 15
}

application/xml, text/xml

Sample:
<ConstructionInformationAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
  <BuilderId>1</BuilderId>
  <CreatedById>14</CreatedById>
  <CreatedDate>2025-12-10T05:48:05.0225361+00:00</CreatedDate>
  <ModifiedById>15</ModifiedById>
  <ModifiedDate>2025-12-10T05:48:05.0225361+00:00</ModifiedDate>
  <Amount>1</Amount>
  <CanceledDate>2025-12-10T05:48:05.0225361+00:00</CanceledDate>
  <Code>sample string 1</Code>
  <CompletionDate>2025-12-10T05:48:05.0225361+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:05.0225361+00:00</ContractDate>
  <CustomerId>1</CustomerId>
  <EmployeeId>1</EmployeeId>
  <OccurredDate>2025-12-10T05:48:05.0225361+00:00</OccurredDate>
  <PropertyId>1</PropertyId>
  <ReleasedDate>2025-12-10T05:48:05.0225361+00:00</ReleasedDate>
  <Remarks>sample string 7</Remarks>
  <Representative>1</Representative>
  <SiteStatusId>1</SiteStatusId>
  <SiteStatusValue>sample string 4</SiteStatusValue>
  <StartingDate>2025-12-10T05:48:05.0225361+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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.