GET api/Property/Get?CustomerId={CustomerId}&PropertyId={PropertyId}&BuilderId={BuilderId}&CreatedDate={CreatedDate}&ModifiedDate={ModifiedDate}&CreatedById={CreatedById}&ModifiedById={ModifiedById}

IDを指定して物件を1件取得するs

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerId

integer

None.

PropertyId

integer

None.

BuilderId

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedById

integer

None.

ModifiedById

integer

None.

Body Parameters

None.

Response Information

Resource Description

data[1] "BuilderId": 会社ID "CustomerId": 顧客ID "PropertyId": 物件ID "Code": コード "TypeOfBuildingId": 建物種類(ID) "TypeOfBuildingValue": 建物種類(名称) "Furigana": ふりがな "Name": 物件名 "PostCode": 郵便番号 "Address1": 都道府県 "Address2": 市区町村 "Address3": 町名 "Address4": 番地以下 "Address5": 建物・号室 "Latitude": 緯度 "Longitude": 経度 "Remarks": 備考 "CreatedDate": 登録日時 "ModifiedDate": 更新日時 "CreatedById": 登録者ID "ModifiedById": 更新者ID

PropertyAPI
NameDescriptionTypeAdditional information
CustomerId

integer

None.

PropertyId

integer

None.

TypeOfBuildingId

integer

None.

TypeOfBuildingValue

string

None.

Code

string

None.

Furigana

string

None.

Name

string

None.

PostCode

string

None.

Address1

string

None.

Address2

string

None.

Address3

string

None.

Address4

string

None.

Address5

string

None.

Remarks

string

None.

Longitude

string

None.

Latitude

string

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,
  "TypeOfBuildingId": 1,
  "TypeOfBuildingValue": "sample string 1",
  "Code": "sample string 2",
  "Furigana": "sample string 3",
  "Name": "sample string 4",
  "PostCode": "sample string 5",
  "Address1": "sample string 6",
  "Address2": "sample string 7",
  "Address3": "sample string 8",
  "Address4": "sample string 9",
  "Address5": "sample string 10",
  "Remarks": "sample string 11",
  "Longitude": "sample string 12",
  "Latitude": "sample string 13",
  "BuilderId": 1,
  "CreatedDate": "2025-12-10T05:47:21.3707043+00:00",
  "ModifiedDate": "2025-12-10T05:47:21.3707043+00:00",
  "CreatedById": 16,
  "ModifiedById": 17
}

application/xml, text/xml

Sample:
<PropertyAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
  <BuilderId>1</BuilderId>
  <CreatedById>16</CreatedById>
  <CreatedDate>2025-12-10T05:47:21.3707043+00:00</CreatedDate>
  <ModifiedById>17</ModifiedById>
  <ModifiedDate>2025-12-10T05:47:21.3707043+00:00</ModifiedDate>
  <Address1>sample string 6</Address1>
  <Address2>sample string 7</Address2>
  <Address3>sample string 8</Address3>
  <Address4>sample string 9</Address4>
  <Address5>sample string 10</Address5>
  <Code>sample string 2</Code>
  <CustomerId>1</CustomerId>
  <Furigana>sample string 3</Furigana>
  <Latitude>sample string 13</Latitude>
  <Longitude>sample string 12</Longitude>
  <Name>sample string 4</Name>
  <PostCode>sample string 5</PostCode>
  <PropertyId>1</PropertyId>
  <Remarks>sample string 11</Remarks>
  <TypeOfBuildingId>1</TypeOfBuildingId>
  <TypeOfBuildingValue>sample string 1</TypeOfBuildingValue>
</PropertyAPI>