> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itpainform.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itpainform.com/_mcp/server.

# Overview

#### JavaScript

```javascript
registeredOfficeLabel: string;
street: string;
area: string;
propertType: string;
propertyLocation: string;
officeLocationType: string;
officeLocation: string;
headOffice: string;
streetHO: string;
areaHO: string;
propertTypeHO: string;
propertyLocationHO: string;
officeTypeHO: string;
officeLocationHO: string;
factoryAddress: string;
propertyTypeFactory: string;
factoryNotes: string;
landArea: string;
plantArea: string;
warehouseAddress: string;
wareHouseType: string;
floorArea: string;
otherOfficesLabel: string;
otherOffices: string;
branches: string;
notes: string;

```

#### Python

```python
registeredOfficeLabel: string;
street: string;
area: string;
propertType: string;
propertyLocation: string;
officeLocationType: string;
officeLocation: string;
headOffice: string;
streetHO: string;
areaHO: string;
propertTypeHO: string;
propertyLocationHO: string;
officeTypeHO: string;
officeLocationHO: string;
factoryAddress: string;
propertyTypeFactory: string;
factoryNotes: string;
landArea: string;
plantArea: string;
warehouseAddress: string;
wareHouseType: string;
floorArea: string;
otherOfficesLabel: string;
otherOffices: string;
branches: string;
notes: string;

```

#### Java

```java
registeredOfficeLabel: string;
street: string;
area: string;
propertType: string;
propertyLocation: string;
officeLocationType: string;
officeLocation: string;
headOffice: string;
streetHO: string;
areaHO: string;
propertTypeHO: string;
propertyLocationHO: string;
officeTypeHO: string;
officeLocationHO: string;
factoryAddress: string;
propertyTypeFactory: string;
factoryNotes: string;
landArea: string;
plantArea: string;
warehouseAddress: string;
wareHouseType: string;
floorArea: string;
otherOfficesLabel: string;
otherOffices: string;
branches: string;
notes: string;

```

#### cURL

```curl
registeredOfficeLabel: string;
street: string;
area: string;
propertType: string;
propertyLocation: string;
officeLocationType: string;
officeLocation: string;
headOffice: string;
streetHO: string;
areaHO: string;
propertTypeHO: string;
propertyLocationHO: string;
officeTypeHO: string;
officeLocationHO: string;
factoryAddress: string;
propertyTypeFactory: string;
factoryNotes: string;
landArea: string;
plantArea: string;
warehouseAddress: string;
wareHouseType: string;
floorArea: string;
otherOfficesLabel: string;
otherOffices: string;
branches: string;
notes: string;

```

#### Shell

```bash
registeredOfficeLabel: string;
street: string;
area: string;
propertType: string;
propertyLocation: string;
officeLocationType: string;
officeLocation: string;
headOffice: string;
streetHO: string;
areaHO: string;
propertTypeHO: string;
propertyLocationHO: string;
officeTypeHO: string;
officeLocationHO: string;
factoryAddress: string;
propertyTypeFactory: string;
factoryNotes: string;
landArea: string;
plantArea: string;
warehouseAddress: string;
wareHouseType: string;
floorArea: string;
otherOfficesLabel: string;
otherOffices: string;
branches: string;
notes: string;

```