POST api/Property/Find

登録されている物件を検索する

Request Information

URI Parameters

None.

Body Parameters

"BuilderId": 会社ID "CustomerId": 顧客ID "Code": コード "TypeOfBuildingId": 建物種類(ID) "Furigana": ふりがな "Name": 物件名 "PostCode": 郵便番号 "Address": 住所 "Address1": 都道府県 "Address2": 市区町村 "Address3": 町名 "Address4": 番地以下 "Address5": 建物・号室

PropertyAPISearch
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.

Address

string

None.

Address1

string

None.

Address2

string

None.

Address3

string

None.

Address4

string

None.

Address5

string

None.

Remarks

string

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

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 count 件数

Collection of 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:02.8993663+00:00",
    "ModifiedDate": "2025-12-10T05:47:02.8993663+00:00",
    "CreatedById": 16,
    "ModifiedById": 17
  },
  {
    "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:02.8993663+00:00",
    "ModifiedDate": "2025-12-10T05:47:02.8993663+00:00",
    "CreatedById": 16,
    "ModifiedById": 17
  }
]

application/xml, text/xml

Sample:
<ArrayOfPropertyAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
  <PropertyAPI>
    <BuilderId>1</BuilderId>
    <CreatedById>16</CreatedById>
    <CreatedDate>2025-12-10T05:47:02.8993663+00:00</CreatedDate>
    <ModifiedById>17</ModifiedById>
    <ModifiedDate>2025-12-10T05:47:02.8993663+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>
  <PropertyAPI>
    <BuilderId>1</BuilderId>
    <CreatedById>16</CreatedById>
    <CreatedDate>2025-12-10T05:47:02.8993663+00:00</CreatedDate>
    <ModifiedById>17</ModifiedById>
    <ModifiedDate>2025-12-10T05:47:02.8993663+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>
</ArrayOfPropertyAPI>