POST api/Property/Add
Request Information
URI Parameters
None.
Body Parameters
PropertyAPI| Name | Description | Type | Additional 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. |
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",
"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:11.3116629+00:00",
"ModifiedDate": "2025-12-10T05:47:11.3116629+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:11.3116629+00:00</CreatedDate> <ModifiedById>17</ModifiedById> <ModifiedDate>2025-12-10T05:47:11.3116629+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>
application/x-www-form-urlencoded
Sample:
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. |